ch-api-client-typescript2
Version:
Openapi generated typescript-axios client for CloudHospital
61 lines • 1.3 kB
TypeScript
/**
* 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 WebAppMetadataModel
*/
export interface WebAppMetadataModel {
/**
*
* @type {string}
* @memberof WebAppMetadataModel
*/
'id'?: string;
/**
*
* @type {string}
* @memberof WebAppMetadataModel
*/
'hospitalId'?: string;
/**
*
* @type {string}
* @memberof WebAppMetadataModel
*/
'colorPrimary'?: string | null;
/**
*
* @type {string}
* @memberof WebAppMetadataModel
*/
'colorSecondary'?: string | null;
/**
*
* @type {string}
* @memberof WebAppMetadataModel
*/
'colorNeutral'?: string | null;
/**
*
* @type {string}
* @memberof WebAppMetadataModel
*/
'colorDark'?: string | null;
/**
*
* @type {string}
* @memberof WebAppMetadataModel
*/
'colorLight'?: string | null;
}
//# sourceMappingURL=web-app-metadata-model.d.ts.map