Files
kiss-flixel/feedback-server/externs/js/html/ICredential.hx

6 lines
86 B
Haxe

package js.html;
typedef ICredential = {
final id : String;
final type : String;
};