ChannelFiltersSchema
constChannelFiltersSchema:ZodObject<{createdAfter:ZodOptional<ZodDate>;createdBefore:ZodOptional<ZodDate>;provider:ZodOptional<ZodString>;status:ZodOptional<ZodEnum<typeofChannelStatus>>;type:ZodOptional<ZodEnum<typeofChannelType>>;verified:ZodOptional<ZodBoolean>; },$strip>
Defined in: packages/channel/src/types/channel.types.ts:227