@wdprlib/parser
    Preparing search index...
    interface TableBlockBodyResult {
        consumed: number;
        foundClose: boolean;
        rows: TableRow[];
    }
    Index

    Properties

    consumed: number
    foundClose: boolean
    rows: TableRow[]