Skip to content

Commit

Permalink
fix: add missing constructor to index.d.ts (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanthome authored and panva committed Oct 3, 2019
1 parent 8510d6d commit a5621a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ declare class Client {
}

declare class OIDCContext {
constructor(ctx: Koa.Context);
readonly route: string;
uid: string;
readonly entities: {
Expand Down

0 comments on commit a5621a4

Please sign in to comment.