Type Alias GetOAuthClientHttpResponse

type GetOAuthClientHttpResponse = {
    data: OAuthClientAdminReadResponse | OAuthClientReadResponse;
    headers: Headers;
    status: 200;
}
Index

Properties

Properties

headers: Headers
status: 200