UNPKG

@ironsoftware/ironpdf

Version:

IronPDF for Node

11 lines (7 loc) 187 B
// Original file: src/internal/IronPdfEngine.ProtoFiles/basic.proto export interface ListIntP { 'items'?: (number)[]; } export interface ListIntP__Output { 'items'?: (number)[]; }