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

    Options for table-based transform (local only). Filters which tables are transformed based on table hierarchy.

    Type Declaration

    • Optionalforce?: boolean

      Allow transforming descendant tables without their parent hierarchy.

    • paths: string | string[]

      Local XML file(s) or directory to transform.

    • tables: string[]

      Table names to transform; each is expanded to include its descendants. Empty array = all plugin tables.