@grindife/supamelon
Version:
Combination of supabase and watermelondb
9 lines (6 loc) • 325 B
TypeScript
/* eslint-disable import/no-named-as-default-member */
/* eslint-disable import/no-named-as-default */
import type { Observable } from '../utils/rx'
import type Relation from './index'
import type Model from '../Model'
export declare function createObservable<T extends Model>(relation: Relation<T>): Observable<T>