Skip to content
Prev Previous commit
Next Next commit
Clean up imports
  • Loading branch information
adamziel committed Jun 2, 2022
commit a96e71109938f441ab6c33fa5d143a53640d7283
7 changes: 4 additions & 3 deletions packages/core-data/src/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,18 @@ import { STORE_NAME } from './name';
import { getQueriedItems } from './queried-data';
import { DEFAULT_ENTITY_KEY } from './entities';
import { getNormalizedCommaSeparable, isRawAttribute } from './utils';
import type { Context, User, WpTemplate } from './entity-types';
import {
import type {
Context,
DefaultContextOf,
EntityRecordOf,
KeyOf,
Kind,
KindOf,
Name,
NameOf,
User,
WpTemplate,
} from './entity-types';
import type { OmitNevers } from './entity-types/helpers';

// This is an incomplete, high-level approximation of the State type.
// It makes the selectors slightly more safe, but is intended to evolve
Expand Down