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.

API Group

Light

*/ list(): Promise; /** *

Since 1.0.31 (Release 9.2)

Returns supported license types.

API Group

Light

* return {ApiResponse} */ listRaw(): Promise; }