Skip to content

Commit e7333d2

Browse files
author
emilkm
committed
Remove old client array type definition.
1 parent a892028 commit e7333d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

amf.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
55

66
declare namespace amf {
7-
var clients: any[];
87
var clients: Client[];
98

109
function registerClass(name: string, clazz: any);

0 commit comments

Comments
 (0)