UNPKG

@ironsoftware/ironpdf

Version:

IronPDF for Node

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