Skip to content

Commit d346fcc

Browse files
committed
Export NullProxy from model.ts
1 parent 4b6b46f commit d346fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* tslint:disable:member-ordering */
2-
import { CollectionProxy, RecordProxy } from "./proxies"
2+
import { CollectionProxy, RecordProxy, NullProxy } from "./proxies"
33
import { ValidationErrors } from "./util/validation-errors"
44
import { refreshJWT } from "./util/refresh-jwt"
55
import relationshipIdentifiersFor from "./util/relationship-identifiers"

0 commit comments

Comments
 (0)