Type Alias CreateApiKeyHttpResponse

type CreateApiKeyHttpResponse = {
    data: ApiKeyWithToken;
    headers: Headers;
    status: 201;
}
Index
headers: Headers
status: 201