Skip to content

Commit

Permalink
fix(typescript): Add user property to the Params. (#2090)
Browse files Browse the repository at this point in the history
  • Loading branch information
shihabmridha authored Nov 8, 2020
1 parent 8d25be1 commit 1e94265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/feathers/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ declare namespace createApplication {
provider?: string;
route?: {[key: string]: string};
headers?: {[key: string]: any};
user?: {[key: string]: any};

[key: string]: any; // (JL) not sure if we want this
}
Expand Down

0 comments on commit 1e94265

Please sign in to comment.