Skip to content

Variable: genieListSpacesResponseSchema

const genieListSpacesResponseSchema: ZodObject<{ next_page_token: ZodOptional<ZodString>; spaces: ZodOptional<ZodArray<ZodObject<{ description: ZodOptional<ZodString>; space_id: ZodString; title: ZodString; warehouse_id: ZodOptional<ZodString>; }, $strip>>>; }, $strip>