UNPKG

@typeheim/orm-on-fire

Version:
8 lines (7 loc) 292 B
export declare function TextIndex(functionsProvider: any, firebaseAdmin: any): { forCollection: (collection: string) => any; indexCollectionAlias: (collection: string) => any; recalculateOnSave: () => any; fields: (fields: string[]) => any; buildTrigger(): any; };