UNPKG

@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) 351 B
declare module '@rikishi/watermelondb/decorators/relation' { import { ColumnName, TableName } from '@rikishi/watermelondb' import { Options } from '@rikishi/watermelondb/Relation' const relation: ( relationTable: TableName<any>, relationIdColumn: ColumnName, options?: Options, ) => PropertyDecorator export default relation }