open-nav
    Preparing search index...

    Interface MockCredentials

    Credentials the mock expects, mirroring a technical user.

    interface MockCredentials {
        exchangeKey: string;
        login: string;
        password: string;
        signKey: string;
        taxNumber: string;
    }
    Index
    exchangeKey: string
    login: string
    password: string
    signKey: string
    taxNumber: string