UNPKG

identity-admin-api-client-typescript

Version:
43 lines 975 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 StringUserClaimApiDto */ export interface StringUserClaimApiDto { /** * * @type {number} * @memberof StringUserClaimApiDto */ 'claimId'?: number; /** * * @type {string} * @memberof StringUserClaimApiDto */ 'userId'?: string | null; /** * * @type {string} * @memberof StringUserClaimApiDto */ 'claimType': string; /** * * @type {string} * @memberof StringUserClaimApiDto */ 'claimValue': string; } //# sourceMappingURL=string-user-claim-api-dto.d.ts.map