Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Dec 18, 2019
1 parent cdf568e commit 17a3dbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
type Dict<T> = import('./utils').Dict<T>;
type Snapshot = import('../system/snapshot').default;
type SnapshotRecordArray = import('../system/snapshot-record-array').default;
type Store = import('../system/core-store').default;
type ModelSchema = import('../ts-interfaces/ds-model').ModelSchema;
type AdapterPopulatedRecordArray = import('../system/record-arrays/adapter-populated-record-array').default;
type RelationshipSchema = import('./record-data-schemas').RelationshipSchema;
import { Dict } from './utils';

type Group = Snapshot[];

Expand Down

0 comments on commit 17a3dbd

Please sign in to comment.