UNPKG

@ironsoftware/ironpdf

Version:

IronPDF for Node

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