solapi
    Preparing search index...

    Type Alias AuthenticationParameter

    type AuthenticationParameter = {
        apiKey: string;
        apiSecret: string;
    }
    Index

    Properties

    Properties

    apiKey: string
    apiSecret: string