DatasetEntrySource type exported
Last updated: 2026-02-24T21:07:57.500Z
Metrics
LOC: 1
Complexity: 1
Params: 0
Signature
type DatasetEntrySource
Summary
Where a dataset entry originated from.
Source Code
export type DatasetEntrySource = "manual" | "auto" | "imported" | "builtin";
Dependencies (Outgoing)
| Target | Type |
|---|---|
| FieldType | uses |
| createLogger | uses |
No incoming dependencies.