Type Alias GetApiKeyHttpResponse

type GetApiKeyHttpResponse = {
    data: ApiKey;
    headers: Headers;
    status: 200;
}
Index

Properties

Properties

data: ApiKey
headers: Headers
status: 200