Variable: categorySchema
ts
const categorySchema: ZodObject<{
categoryId: ZodString;
categoryType: ZodCustom<CategoryType, CategoryType>;
categoryValue: ZodString;
posterImageUrl: ZodNullable<ZodString>;
}, $loose>;Defined in: src/types/category.ts:13
GET /open/v1/categories/search 의 data[] 항목