API referenceInterfaces
SearchDocument
Defined in: search-index/types.ts:70
One indexable record. contactId owns the document — deletion cascades by
contact — and equals id for a contact document.
Properties
kind
kind: SearchKind;Defined in: search-index/types.ts:71
id
id: string;Defined in: search-index/types.ts:72
contactId
contactId: string;Defined in: search-index/types.ts:73
content
content: string;Defined in: search-index/types.ts:74