import ILicenseTypes from "../definitions/LicenseTypes"; import PathSegment from "../PathSegment"; export default class LicenseTypes extends PathSegment { constructor(prv: PathSegment, id?: string, service?: any); /** *
Since 1.0.31 (Release 9.2)
Returns supported license types.
Light
*/ list(): PromiseSince 1.0.31 (Release 9.2)
Returns supported license types.
Light
* return {ApiResponse} */ listRaw(): Promise