/** * Represents a license key reset request. * @export * @class ResetLicenseKeyModel */ export declare class ResetLicenseKeyModel { /** * @type {number} * @memberof ResetLicenseKeyModel */ accountId: number; /** * @type {boolean} * @memberof ResetLicenseKeyModel */ confirmResetLicenseKey: boolean; }