Skip to content

Variable: channelSchema ​

ts
const channelSchema: ZodObject<{
  channelId: ZodString;
  channelImageUrl: ZodNullable<ZodString>;
  channelName: ZodString;
  followerCount: ZodNumber;
  verifiedMark: ZodBoolean;
}, $loose>;

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

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

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