Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Jan 30, 2022
1 parent dc8c651 commit c06a6d5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions libs/ngrx-entity-relationship/src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ export type ENTITY_STATE_CUSTOM<EK extends keyof any, IK extends keyof any, ENTI
[key in EK]: {
[id in ID_TYPES]?: ENTITY | undefined;
};
} &
{
[key in IK]?: Array<ID_TYPES>;
};
} & {
[key in IK]?: Array<ID_TYPES>;
};

export interface ENTITY_STATE<E> {
ids?: Array<ID_TYPES>;
Expand Down

0 comments on commit c06a6d5

Please sign in to comment.