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