SMTPCredentials: {
    smtp_secret: string | {
        password: string;
        smtp_port: number;
        smtp_server: string;
        username: string;
    };
}

Type declaration

  • smtp_secret: string | {
        password: string;
        smtp_port: number;
        smtp_server: string;
        username: string;
    }