Skip to content

Variable: subscriberSchema ​

ts
const subscriberSchema: ZodObject<{
  channelId: ZodString;
  channelName: ZodString;
  createdDate: ZodString;
  month: ZodNumber;
  tierNo: ZodNumber;
}, $loose>;

Defined in: src/types/channel.ts:77

GET /open/v1/channels/subscribers 의 data[] 항목

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