Skip to content

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

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