FieldPath

Type Alias: FieldPath

ts
type FieldPath = (string | number)[];
type FieldPath = (string | number)[];

Defined in: packages/db/src/query/expression-helpers.ts:39

Represents a simple field path extracted from an expression. Can include string keys for object properties and numbers for array indices.