// Original file: src/internal/IronPdfEngine.ProtoFiles/system_license.proto export interface SystemSetLicenseKeyRequestP { 'licenseKey'?: (string); } export interface SystemSetLicenseKeyRequestP__Output { 'licenseKey'?: (string); }