diff --git a/index.d.ts b/index.d.ts index c799c9905..3be28e86b 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,10 +1,10 @@ -import LRU = require("lru-cache"); +import LRUCache = require("lru-cache"); declare interface AppOptions { id: string privateKey: string baseUrl?: string - cache?: LRU.Cache + cache?: LRUCache } declare interface getInstallationAccessTokenOptions {