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