UNPKG

ch-api-client-typescript2

Version:
55 lines 1.18 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 ServiceCategoryModel */ export interface ServiceCategoryModel { /** * * @type {string} * @memberof ServiceCategoryModel */ 'id'?: string; /** * * @type {string} * @memberof ServiceCategoryModel */ 'name'?: string | null; /** * * @type {string} * @memberof ServiceCategoryModel */ 'normalizedName'?: string | null; /** * * @type {string} * @memberof ServiceCategoryModel */ 'description'?: string | null; /** * * @type {number} * @memberof ServiceCategoryModel */ 'order'?: number; /** * * @type {number} * @memberof ServiceCategoryModel */ 'serviceCount'?: number; } //# sourceMappingURL=service-category-model.d.ts.map