interface AsukaLicenseActivateInput {
    domain?: null | string;
    instanceId?: null | string;
    key?: null | string;
    token?: null | AsukaLicenseTokenInput;
}

Properties

domain?: null | string
instanceId?: null | string
key?: null | string
token?: null | AsukaLicenseTokenInput