Interface SendEmailMessageResult

Output for SudoEmailClient.sendEmailMessage method.

SendEmailMessageResult

interface SendEmailMessageResult {
    createdAt: Date;
    id: string;
}

Properties

Properties

createdAt: Date

The timestamp in which the message was created.

id: string

The unique identifier of the message.