Variable: restrictedChannelsPageSchema
ts
const restrictedChannelsPageSchema: ZodObject<{
data: ZodArray<ZodObject<{
createdDate: ZodString;
releaseDate: ZodOptional<ZodNullable<ZodString>>;
restrictedChannelId: ZodString;
restrictedChannelName: ZodString;
}, $loose>>;
page: ZodOptional<ZodNullable<ZodObject<{
next: ZodOptional<ZodNullable<ZodString>>;
}, $loose>>>;
}, $loose>;Defined in: src/types/restriction.ts:22