Type Alias TestLicenseKeyData

TestLicenseKeyData: {
    requestBody: {
        license_key: string;
    };
}

Type declaration

  • requestBody: {
        license_key: string;
    }

    test license key

    • license_key: string