Skip to content

Variable: restrictedChannelsPageSchema ​

ts
const restrictedChannelsPageSchema: ZodObject<{
  data: ZodArray<ZodObject<{
     createdDate: ZodString;
     releaseDate: ZodOptional<ZodNullable<ZodString>>;
     restrictedChannelId: ZodString;
     restrictedChannelName: ZodString;
  }, $loose>>;
  page: ZodOptional<ZodNullable<ZodObject<{
     next: ZodOptional<ZodNullable<ZodString>>;
  }, $loose>>>;
}, $loose>;

Defined in: src/types/restriction.ts:22

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