FulltextIndexAnnotations: {
    scopes?: Record<ScopePointer, FulltextScopeAnnotation>;
    types?: Record<string, { searchable?: boolean }>;
}

Type declaration