Skip to content

Variable: restrictedChannelSchema ​

ts
const restrictedChannelSchema: ZodObject<{
  createdDate: ZodString;
  releaseDate: ZodOptional<ZodNullable<ZodString>>;
  restrictedChannelId: ZodString;
  restrictedChannelName: ZodString;
}, $loose>;

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

GET /open/v1/restrict-channels 의 data[] 항목

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