Skip to content

ChannelFiltersSchema

const ChannelFiltersSchema: ZodObject<{ createdAfter: ZodOptional<ZodDate>; createdBefore: ZodOptional<ZodDate>; provider: ZodOptional<ZodString>; status: ZodOptional<ZodEnum<typeof ChannelStatus>>; type: ZodOptional<ZodEnum<typeof ChannelType>>; verified: ZodOptional<ZodBoolean>; }, $strip>

Defined in: packages/channel/src/types/channel.types.ts:227