Skip to content

Commit

Permalink
Add ErrorInfo export to modules.d.ts
Browse files Browse the repository at this point in the history
Missed this in b839715.
  • Loading branch information
lawrence-forooghian committed Nov 30, 2023
1 parent 0c87394 commit 0596cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Types } from './ably';
import { Types, ErrorInfo } from './ably';

export declare const generateRandomKey: Types.Crypto['generateRandomKey'];
export declare const getDefaultCryptoParams: Types.Crypto['getDefaultParams'];
Expand Down Expand Up @@ -276,4 +276,4 @@ export declare class BaseRealtime extends Types.Realtime {
constructor(options: Types.ClientOptions, modules: ModulesMap);
}

export { Types };
export { Types, ErrorInfo };

0 comments on commit 0596cd4

Please sign in to comment.