StorageTables type

Storage columns per physical table.

Signature:

export type StorageTables = Record<string, {
    columns?: Record<string, {
        valueSet?: {
            entityName?: string;
        };
        default?: unknown;
    }>;
}>;

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