Skip to content
This repository has been archived by the owner on May 21, 2020. It is now read-only.

Commit

Permalink
fix interfaces - remove orders generic
Browse files Browse the repository at this point in the history
  • Loading branch information
Qrzy committed Mar 11, 2020
1 parent 0462743 commit 8aca687
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/core/interfaces/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ export interface UseProduct<PRODUCT> {

export interface UseUser
<
USER,
ORDER
USER
> {
user: Readonly<Ref<Readonly<USER>>>;
orders: Readonly<Ref<Readonly<ORDER[]>>>;
register: (user: {
email: string;
password: string;
Expand Down

0 comments on commit 8aca687

Please sign in to comment.