@rikishi/watermelondb
Version:
Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast
13 lines (10 loc) • 455 B
TypeScript
declare module '@rikishi/watermelondb/Query/helpers' {
import { QueryDescription } from '@rikishi/watermelondb/QueryDescription'
import { TableName } from '@rikishi/watermelondb'
import { AssociationInfo, Associations } from '@rikishi/watermelondb/Model'
export const getSecondaryTables: QueryDescription
export const getAssociations: (
table: TableName<any>[],
associations: Associations,
) => [TableName<any>, AssociationInfo][]
}