Skip to content

SenderNumberFiltersSchema

const SenderNumberFiltersSchema: ZodMiniObject<{ category: ZodMiniOptional<ZodMiniEnum<typeof SenderNumberCategory>>; channelId: ZodMiniOptional<ZodMiniString<string>>; status: ZodMiniOptional<ZodMiniEnum<typeof SenderNumberStatus>>; verified: ZodMiniOptional<ZodMiniBoolean<boolean>>; }, $strip>

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