6 lines
117 B
Haxe
6 lines
117 B
Haxe
package js.html;
|
|
|
|
typedef ScopedCredentialParameters = {
|
|
var algorithm : AlgorithmIdentifier;
|
|
var type : String;
|
|
}; |