@polargold/pg-frontend-core
    Preparing search index...

    Interface ApiClientBasicAuthCredentials

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