UNPKG

@ironsoftware/ironpdf

Version:

IronPDF for Node

11 lines (7 loc) 229 B
// Original file: src/internal/IronPdfEngine.ProtoFiles/system_logger.proto export interface SystemSetIsDebugRequestP { 'isDebug'?: (boolean); } export interface SystemSetIsDebugRequestP__Output { 'isDebug'?: (boolean); }