UNPKG

ch-api-client-typescript2

Version:
50 lines 1.05 kB
/** * CloudHospital Api * CloudHospital application with Swagger, Swashbuckle, and API versioning. * * The version of the OpenAPI document: 2 * Contact: developer@icloudhospital.com * * 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; } //# sourceMappingURL=problem-details.d.ts.map