@servicenow/sdk - v4.7.0
    Preparing search index...
    TableTransformOptions: TransformOptions & {
        paths: string | string[];
        tables: string[];
    }

    Options for table-based chunked transform (local only). Each chunk is one root table plus its descendants.

    Type Declaration

    • paths: string | string[]

      Local XML file(s) or directory to transform.

    • tables: string[]

      Table names to transform; each is expanded to its full hierarchy.