Variable: restrictedChannelSchema
ts
const restrictedChannelSchema: ZodObject<{
createdDate: ZodString;
releaseDate: ZodOptional<ZodNullable<ZodString>>;
restrictedChannelId: ZodString;
restrictedChannelName: ZodString;
}, $loose>;Defined in: src/types/restriction.ts:12
GET /open/v1/restrict-channels 의 data[] 항목