콘텐츠로 이동

SenderNumberFiltersSchema

const SenderNumberFiltersSchema: ZodObject<{ category: ZodOptional<ZodEnum<typeof SenderNumberCategory>>; channelId: ZodOptional<ZodString>; status: ZodOptional<ZodEnum<typeof SenderNumberStatus>>; verified: ZodOptional<ZodBoolean>; }, $strip>

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