ChannelFiltersSchema
constChannelFiltersSchema:ZodMiniObject<{createdAfter:ZodMiniOptional<ZodMiniDate<Date>>;createdBefore:ZodMiniOptional<ZodMiniDate<Date>>;provider:ZodMiniOptional<ZodMiniString<string>>;status:ZodMiniOptional<ZodMiniEnum<typeofChannelStatus>>;type:ZodMiniOptional<ZodMiniEnum<typeofChannelType>>; },$strip>
Defined in: packages/channel/src/types/channel.types.ts:215