Skip to content

Commit cf0941f

Browse files
bsian03abalabahaha
authored andcommitted
fix(typings): add missing Interaction#from() type
Co-authored-by: bsian03 <[email protected]>
1 parent cf553ce commit cf0941f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2885,6 +2885,7 @@ declare namespace Eris {
28852885
token: string;
28862886
type: number;
28872887
version: number;
2888+
from(data: BaseData): AnyInteraction;
28882889
}
28892890

28902891
export class PingInteraction extends Interaction {

0 commit comments

Comments
 (0)