Type Alias CreateApiKeyHttpResponse

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

Properties

Properties

headers: Headers
status: 201