콘텐츠로 이동

RecipientResultSchema

const RecipientResultSchema: 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<typeof MessageStatus>; }, $strip>

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