Skip to content

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[] 항목

공식 OPEN API만 지원 — 비공식 엔드포인트 0건