interface ListAPIKeysResponse {
    apiKeys: APIKey[];
    totalCount: number;
}

Properties

Properties

apiKeys: APIKey[]

List of API keys.

totalCount: number

Total count of API Keys.