SenderNumberCreateRequestSchema
constSenderNumberCreateRequestSchema:ZodObject<{businessInfo:ZodOptional<ZodObject<{businessName:ZodString;businessRegistrationNumber:ZodString;contactEmail:ZodString;contactPerson:ZodString; },$strip>>;category:ZodEnum<typeofSenderNumberCategory>;phoneNumber:ZodString; },$strip>
Defined in: packages/channel/src/types/channel.types.ts:214