Move conversations to SQLCipher
This commit is contained in:
parent
8cd3db0262
commit
cd60bdd08a
31 changed files with 1354 additions and 774 deletions
|
@ -1,8 +0,0 @@
|
|||
import { Model } from './Model';
|
||||
|
||||
export interface Collection<T> {
|
||||
models: Array<Model<T>>;
|
||||
// tslint:disable-next-line no-misused-new
|
||||
new (): Collection<T>;
|
||||
fetch(options: object): JQuery.Deferred<any>;
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
export interface Model<T> {
|
||||
toJSON(): T;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue