DerivationFn type

Last updated: 2026-03-02T10:26:04.449Z

Metrics

LOC: 1 Complexity: 1 Params: 0

Signature

type DerivationFn

Source Code

type DerivationFn = (values: Map<FieldType, string>) => string | null;

Dependencies (Outgoing)

graph LR DerivationFn["DerivationFn"] FieldType["FieldType"] DerivationFn -->|uses| FieldType style DerivationFn fill:#dbeafe,stroke:#2563eb,stroke-width:2px click DerivationFn "e62d4f262f1d5b73.html" click FieldType "e49ed8a601306673.html"
TargetType
FieldType uses

No incoming dependencies.