@servicenow/sdk - v4.4.1
    Preparing search index...

    Type Alias TableSchemaDotWalk<T>

    TableSchemaDotWalk: `${string & (keyof FullSchema<T> | SystemColumns)}${
        | ""
        | `.${string}`}`

    Type Parameters