type alias DependsOnEntry

A dependsOn entry accepted by cachedTable / cachedEntityTable.

Definition

string | { table: string; whenColumns?: readonly string[]; }

Usage

import { type DependsOnEntry } from "docs/utilities.ts";