identity-admin-api-client-typescript
Version:
Openapi generated typescript-axios client for CloudHospital Admin
26 lines • 722 B
TypeScript
/**
* CloudHospital IdentityServer Admin Api INT
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
* @enum {string}
*/
export declare const ClientType: {
readonly NUMBER_0: 0;
readonly NUMBER_1: 1;
readonly NUMBER_2: 2;
readonly NUMBER_3: 3;
readonly NUMBER_4: 4;
readonly NUMBER_5: 5;
};
export type ClientType = typeof ClientType[keyof typeof ClientType];
//# sourceMappingURL=client-type.d.ts.map