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)
| Target | Type |
|---|---|
| FieldType | uses |
No incoming dependencies.