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