Documentation
    Preparing search index...

    Interface MailpitAuthCredentials

    Credentials for HTTP basic authentication.

    interface MailpitAuthCredentials {
        password: string;
        username: string;
    }
    Index

    Properties

    Properties

    password: string

    The password for basic authentication.

    username: string

    The username for basic authentication.