ch-admin-api-client-typescript
Version:
Openapi generated typescript-axios client for CloudHospital admin
55 lines • 1.22 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 CountryCurrencyItemModel
*/
export interface CountryCurrencyItemModel {
/**
*
* @type {string}
* @memberof CountryCurrencyItemModel
*/
'id'?: string;
/**
*
* @type {string}
* @memberof CountryCurrencyItemModel
*/
'countryId'?: string;
/**
*
* @type {string}
* @memberof CountryCurrencyItemModel
*/
'currencyId'?: string;
/**
*
* @type {number}
* @memberof CountryCurrencyItemModel
*/
'order'?: number;
/**
*
* @type {string}
* @memberof CountryCurrencyItemModel
*/
'currencyCode'?: string | null;
/**
*
* @type {string}
* @memberof CountryCurrencyItemModel
*/
'currencyCurrencySymbol'?: string | null;
}
//# sourceMappingURL=country-currency-item-model.d.ts.map