UNPKG

@ironsoftware/ironpdf

Version:

IronPDF for Node

13 lines (9 loc) 273 B
// Original file: src/internal/IronPdfEngine.ProtoFiles/basic.proto export interface TextFileChunkWithIndexP { 'fileIndex'?: (number); 'textChunk'?: (string); } export interface TextFileChunkWithIndexP__Output { 'fileIndex'?: (number); 'textChunk'?: (string); }