identity-admin-api-client-typescript
Version:
Openapi generated typescript-axios client for CloudHospital Admin
57 lines (51 loc) • 1.08 kB
text/typescript
/* tslint:disable */
/* eslint-disable */
/**
* CloudHospital IdentityServer Admin Api INT
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
* @interface ProblemDetails
*/
export interface ProblemDetails {
[key: string]: any;
/**
*
* @type {string}
* @memberof ProblemDetails
*/
'type'?: string | null;
/**
*
* @type {string}
* @memberof ProblemDetails
*/
'title'?: string | null;
/**
*
* @type {number}
* @memberof ProblemDetails
*/
'status'?: number | null;
/**
*
* @type {string}
* @memberof ProblemDetails
*/
'detail'?: string | null;
/**
*
* @type {string}
* @memberof ProblemDetails
*/
'instance'?: string | null;
}