ch-admin-api-client-typescript
Version:
Openapi generated typescript-axios client for CloudHospital admin
74 lines • 1.58 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 { PageBlockLinkType } from './page-block-link-type';
/**
*
* @export
* @interface PageBlockLinkModel
*/
export interface PageBlockLinkModel {
/**
*
* @type {string}
* @memberof PageBlockLinkModel
*/
'id'?: string;
/**
*
* @type {string}
* @memberof PageBlockLinkModel
*/
'languageCode'?: string | null;
/**
*
* @type {PageBlockLinkType}
* @memberof PageBlockLinkModel
*/
'linkType'?: PageBlockLinkType;
/**
*
* @type {string}
* @memberof PageBlockLinkModel
*/
'customStyle'?: string | null;
/**
*
* @type {string}
* @memberof PageBlockLinkModel
*/
'surveyFormId'?: string | null;
/**
*
* @type {string}
* @memberof PageBlockLinkModel
*/
'name'?: string | null;
/**
*
* @type {string}
* @memberof PageBlockLinkModel
*/
'url'?: string | null;
/**
*
* @type {boolean}
* @memberof PageBlockLinkModel
*/
'isConfirmed'?: boolean;
/**
*
* @type {number}
* @memberof PageBlockLinkModel
*/
'order'?: number;
}
//# sourceMappingURL=page-block-link-model.d.ts.map