Skip to content

RecipientSchema

const RecipientSchema: ZodObject<{ metadata: ZodOptional<ZodRecord<ZodString, ZodAny>>; phoneNumber: ZodString; variables: ZodOptional<ZodRecord<ZodString, ZodUnion<readonly [ZodString, ZodNumber, ZodDate]>>>; }, $strip>

Defined in: packages/messaging/src/types/message.types.ts:224