Skip to content

Variable: followerSchema ​

ts
const followerSchema: ZodObject<{
  channelId: ZodString;
  channelName: ZodString;
  createdDate: ZodString;
}, $loose>;

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

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

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