Type alias SendEmailResult

SendEmailResult: {
    errors: SendEmailError[];
    success: boolean;
}

Type declaration