SenderNumberCreateRequestSchema
constSenderNumberCreateRequestSchema:ZodMiniObject<{businessInfo:ZodMiniOptional<ZodMiniObject<{businessName:ZodMiniString<string>;businessRegistrationNumber:ZodMiniString<string>;contactEmail:ZodMiniEmail;contactPerson:ZodMiniString<string>; },$strip>>;category:ZodMiniEnum<typeofSenderNumberCategory>;phoneNumber:ZodMiniString<string>; },$strip>
Defined in: packages/channel/src/types/channel.types.ts:202