/** * 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. */ import { IdentityResourceApiDto } from './identity-resource-api-dto'; /** * * @export * @interface IdentityResourcesApiDto */ export interface IdentityResourcesApiDto { /** * * @type {number} * @memberof IdentityResourcesApiDto */ 'pageSize'?: number; /** * * @type {number} * @memberof IdentityResourcesApiDto */ 'totalCount'?: number; /** * * @type {Array} * @memberof IdentityResourcesApiDto */ 'identityResources'?: Array | null; } //# sourceMappingURL=identity-resources-api-dto.d.ts.map