UNPKG

ch-admin-api-client-typescript

Version:
86 lines 1.88 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 LocationOptionalInputModel */ export interface LocationOptionalInputModel { /** * * @type {number} * @memberof LocationOptionalInputModel */ 'latitude'?: number | null; /** * * @type {number} * @memberof LocationOptionalInputModel */ 'longitude'?: number | null; /** * * @type {string} * @memberof LocationOptionalInputModel */ 'countryId'?: string | null; /** * * @type {string} * @memberof LocationOptionalInputModel */ 'state'?: string | null; /** * * @type {string} * @memberof LocationOptionalInputModel */ 'county'?: string | null; /** * * @type {string} * @memberof LocationOptionalInputModel */ 'city'?: string | null; /** * * @type {string} * @memberof LocationOptionalInputModel */ 'district'?: string | null; /** * * @type {string} * @memberof LocationOptionalInputModel */ 'zipCode'?: string | null; /** * * @type {string} * @memberof LocationOptionalInputModel */ 'address'?: string | null; /** * * @type {string} * @memberof LocationOptionalInputModel */ 'googlePlaceId'?: string | null; /** * * @type {string} * @memberof LocationOptionalInputModel * @deprecated */ 'country'?: string | null; } //# sourceMappingURL=location-optional-input-model.d.ts.map