콘텐츠로 이동

ChannelFiltersSchema

const ChannelFiltersSchema: ZodMiniObject<{ createdAfter: ZodMiniOptional<ZodMiniDate<Date>>; createdBefore: ZodMiniOptional<ZodMiniDate<Date>>; provider: ZodMiniOptional<ZodMiniString<string>>; status: ZodMiniOptional<ZodMiniEnum<typeof ChannelStatus>>; type: ZodMiniOptional<ZodMiniEnum<typeof ChannelType>>; }, $strip>

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