6 lines
93 B
Haxe
6 lines
93 B
Haxe
package js.html;
|
|
|
|
typedef IRTCIdentityAssertion = {
|
|
var idp : String;
|
|
var name : String;
|
|
}; |