Variable: categoriesSearchResponseSchema
ts
const categoriesSearchResponseSchema: ZodObject<{
data: ZodArray<ZodObject<{
categoryId: ZodString;
categoryType: ZodCustom<CategoryType, CategoryType>;
categoryValue: ZodString;
posterImageUrl: ZodNullable<ZodString>;
}, $loose>>;
}, $loose>;Defined in: src/types/category.ts:21