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[] 항목