ch-admin-api-client-typescript
Version:
Openapi generated typescript-axios client for CloudHospital admin
98 lines • 1.89 kB
TypeScript
/**
* 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 LocationModel
*/
export interface LocationModel {
/**
*
* @type {number}
* @memberof LocationModel
*/
'latitude'?: number;
/**
*
* @type {number}
* @memberof LocationModel
*/
'longitude'?: number;
/**
*
* @type {string}
* @memberof LocationModel
*/
'countryId'?: string;
/**
*
* @type {string}
* @memberof LocationModel
*/
'countryName'?: string | null;
/**
*
* @type {string}
* @memberof LocationModel
*/
'countryCode'?: string | null;
/**
*
* @type {string}
* @memberof LocationModel
*/
'state'?: string | null;
/**
*
* @type {string}
* @memberof LocationModel
*/
'county'?: string | null;
/**
*
* @type {string}
* @memberof LocationModel
*/
'city'?: string | null;
/**
*
* @type {string}
* @memberof LocationModel
*/
'district'?: string | null;
/**
*
* @type {string}
* @memberof LocationModel
*/
'zipCode'?: string | null;
/**
*
* @type {string}
* @memberof LocationModel
*/
'address'?: string | null;
/**
*
* @type {string}
* @memberof LocationModel
*/
'googlePlaceId'?: string | null;
/**
*
* @type {string}
* @memberof LocationModel
* @deprecated
*/
'country'?: string | null;
}
//# sourceMappingURL=location-model.d.ts.map