RecipientResultSchema
constRecipientResultSchema:ZodObject<{error:ZodOptional<ZodObject<{code:ZodString;details:ZodOptional<ZodRecord<ZodString,ZodAny>>;message:ZodString; },$strip>>;messageId:ZodOptional<ZodString>;metadata:ZodOptional<ZodRecord<ZodString,ZodAny>>;phoneNumber:ZodString;status:ZodEnum<typeofMessageStatus>; },$strip>
Defined in: packages/messaging/src/types/message.types.ts:275