Skip to content

SenderNumberCreateRequestSchema

const SenderNumberCreateRequestSchema: ZodObject<{ businessInfo: ZodOptional<ZodObject<{ businessName: ZodString; businessRegistrationNumber: ZodString; contactEmail: ZodString; contactPerson: ZodString; }, $strip>>; category: ZodEnum<typeof SenderNumberCategory>; phoneNumber: ZodString; }, $strip>

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