ch-admin-api-client-typescript
Version:
Openapi generated typescript-axios client for CloudHospital admin
38 lines • 1.08 kB
TypeScript
/**
* CloudHospital Admin Api
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
*
* The version of the OpenAPI document: 1
* Contact: developer@icloudhospital.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { SurveyFormLanguageStatisticsModel } from './survey-form-language-statistics-model';
/**
*
* @export
* @interface SurveyFormDurationStatisticsModel
*/
export interface SurveyFormDurationStatisticsModel {
/**
*
* @type {Date}
* @memberof SurveyFormDurationStatisticsModel
*/
'key'?: Date;
/**
*
* @type {number}
* @memberof SurveyFormDurationStatisticsModel
*/
'value'?: number;
/**
*
* @type {Array<SurveyFormLanguageStatisticsModel>}
* @memberof SurveyFormDurationStatisticsModel
*/
'languageStatistics'?: Array<SurveyFormLanguageStatisticsModel> | null;
}
//# sourceMappingURL=survey-form-duration-statistics-model.d.ts.map