We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6b46f commit d346fccCopy full SHA for d346fcc
src/model.ts
@@ -1,5 +1,5 @@
1
/* tslint:disable:member-ordering */
2
-import { CollectionProxy, RecordProxy } from "./proxies"
+import { CollectionProxy, RecordProxy, NullProxy } from "./proxies"
3
import { ValidationErrors } from "./util/validation-errors"
4
import { refreshJWT } from "./util/refresh-jwt"
5
import relationshipIdentifiersFor from "./util/relationship-identifiers"
0 commit comments