FieldValue
cartographer / FieldValue
Type Alias: FieldValue
Section titled “Type Alias: FieldValue”FieldValue =
string|number|boolean|string[] |Date|null
Defined in: types/dynamicWork.ts:36
Valid field value type - represents all possible types that can be stored in catalog fields. Used throughout query functions for type consistency.