@cpod/sdk - v0.2.7
    Preparing search index...

    Interface LoginCredentials

    Login credentials

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

    Properties

    Properties

    username: string
    password: string