Interface PostAuthKeysRequest

interface PostAuthKeysRequest {
    apiKey?: ApiKey;
}

Properties

Properties

apiKey?: ApiKey