타입 별칭: FieldPath
type FieldPath = (string | number)[];
정의 위치: packages/db/src/query/expression-helpers.ts:39
표현식에서 추출된 단순한 필드 경로를 나타냅니다. 객체 속성의 문자열 키와 배열 인덱스의 숫자를 포함할 수 있습니다.
type FieldPath = (string | number)[];
정의 위치: packages/db/src/query/expression-helpers.ts:39
표현식에서 추출된 단순한 필드 경로를 나타냅니다. 객체 속성의 문자열 키와 배열 인덱스의 숫자를 포함할 수 있습니다.