UNPKG

identity-admin-api-client-typescript

Version:
37 lines 854 B
/** * 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 * @interface ClientPropertyApiDto */ export interface ClientPropertyApiDto { /** * * @type {number} * @memberof ClientPropertyApiDto */ 'id'?: number; /** * * @type {string} * @memberof ClientPropertyApiDto */ 'key'?: string | null; /** * * @type {string} * @memberof ClientPropertyApiDto */ 'value'?: string | null; } //# sourceMappingURL=client-property-api-dto.d.ts.map