ScopeTables type

Scope columns per physical table, per access level.

Signature:

export type ScopeTables = Record<string, Record<string, string[]>>;

Remarks

A row is in scope for a level when ANY of that level's columns matches (OR); a row is in scope when EVERY active level matches (AND).

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.