ch-admin-api-client-typescript
Version:
Openapi generated typescript-axios client for CloudHospital admin
44 lines • 1.16 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 { ContributionType } from './contribution-type';
/**
*
* @export
* @interface UpdateGeneralArticleContributorCommand
*/
export interface UpdateGeneralArticleContributorCommand {
/**
*
* @type {string}
* @memberof UpdateGeneralArticleContributorCommand
*/
'languageCode'?: string | null;
/**
*
* @type {ContributionType}
* @memberof UpdateGeneralArticleContributorCommand
*/
'type'?: ContributionType;
/**
*
* @type {string}
* @memberof UpdateGeneralArticleContributorCommand
*/
'filter'?: string | null;
/**
*
* @type {number}
* @memberof UpdateGeneralArticleContributorCommand
*/
'order'?: number;
}
//# sourceMappingURL=update-general-article-contributor-command.d.ts.map