Skip to content

Commit

Permalink
fix(typescript): id parameter in constructor should be a number
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored and gr2m committed Apr 11, 2019
1 parent 62dd07c commit 393510f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import LRUCache = require("lru-cache");

declare interface AppOptions {
id: string
id: number
privateKey: string
baseUrl?: string
cache?: LRUCache<string, string>
Expand Down

0 comments on commit 393510f

Please sign in to comment.