// Original file: src/internal/IronPdfEngine.ProtoFiles/system_logger.proto


export interface SystemSetIsDebugRequestP {
  'isDebug'?: (boolean);
}

export interface SystemSetIsDebugRequestP__Output {
  'isDebug'?: (boolean);
}
