Type Alias PublishOAuthClientHttpResponse

type PublishOAuthClientHttpResponse = {
    data: OAuthClientPublishResponse;
    headers: Headers;
    status: 201;
}
Index

Properties

Properties

headers: Headers
status: 201