6 lines
87 B
Haxe
6 lines
87 B
Haxe
package js.html;
|
|
|
|
typedef IMSAssertion = {
|
|
final id : String;
|
|
final type : String;
|
|
}; |