UNPKG

identity-admin-api-client-typescript

Version:
38 lines 1.05 kB
/** * 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 { ApiResourcePropertyApiDto } from './api-resource-property-api-dto'; /** * * @export * @interface ApiResourcePropertiesApiDto */ export interface ApiResourcePropertiesApiDto { /** * * @type {Array<ApiResourcePropertyApiDto>} * @memberof ApiResourcePropertiesApiDto */ 'apiResourceProperties'?: Array<ApiResourcePropertyApiDto> | null; /** * * @type {number} * @memberof ApiResourcePropertiesApiDto */ 'totalCount'?: number; /** * * @type {number} * @memberof ApiResourcePropertiesApiDto */ 'pageSize'?: number; } //# sourceMappingURL=api-resource-properties-api-dto.d.ts.map