Skip to content

Commit

Permalink
Fixing type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
chronosis committed Jul 1, 2024
1 parent dcb726f commit 5c342dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
declare module 'object-key-cache';

declare class ObjectKeyClass {
constructor(config: any, credentials: any, logger: any);
attachToClient(client: any): void;
detachFromClient(): void;
connect(): Promise<any>;
Expand Down

0 comments on commit 5c342dc

Please sign in to comment.