Mail818 SDK - v0.2.2
    Preparing search index...

    Interface Mail818Config

    Mail818 SDK configuration

    interface Mail818Config {
        apiKey: string;
        apiUrl?: string;
        testMode?: boolean;
    }
    Index

    Properties

    apiKey: string
    apiUrl?: string
    testMode?: boolean