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

11 lines (8 loc) 296 B
declare module '@rikishi/watermelondb/decorators/immutableRelation' { import { ColumnName, TableName } from '@rikishi/watermelondb' const immutableRelation: ( relationTable: TableName<any>, relationIdColumn: ColumnName, ) => PropertyDecorator export default immutableRelation }