UNPKG

ch-admin-api-client-typescript

Version:
49 lines 1.07 kB
/** * CloudHospital Admin Api * CloudHospital application with Swagger, Swashbuckle, and API versioning. * * The version of the OpenAPI document: 1 * 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 PageBlockLocationModel */ export interface PageBlockLocationModel { /** * * @type {string} * @memberof PageBlockLocationModel */ 'id'?: string; /** * * @type {string} * @memberof PageBlockLocationModel */ 'vender'?: string | null; /** * * @type {number} * @memberof PageBlockLocationModel */ 'rating'?: number; /** * * @type {string} * @memberof PageBlockLocationModel */ 'placeId'?: string | null; /** * * @type {number} * @memberof PageBlockLocationModel */ 'order'?: number; } //# sourceMappingURL=page-block-location-model.d.ts.map