Interface Authorization

interface Authorization {
    apiKey: string;
    apiKeyId: string;
}

Hierarchy (view full)

Properties

Properties

apiKey: string
apiKeyId: string