Skip to content

Commit

Permalink
Additional type change
Browse files Browse the repository at this point in the history
  • Loading branch information
disquisition committed Apr 2, 2018
1 parent 8513017 commit 332ca85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/store/src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class Store<T> extends Observable<T> implements Observer<Action> {
key1: a,
key2: b,
key3: c
): Store<T[a][b][c]>;
): Observable<T[a][b][c]>;
select<
a extends keyof T,
b extends keyof T[a],
Expand Down

0 comments on commit 332ca85

Please sign in to comment.