An interface that defines the keys used in the API-X key store.

interface ApiXKeys {
    apiKey: string;
    appKey: string;
}

Properties

Properties

apiKey: string

The API key for the application.

appKey: string

The application key for the API.