import type { FieldRef } from './FieldRef.js'; export type Property_V3 = { type: string; searchable?: boolean; index?: boolean; ref?: FieldRef; };