add missing externs to repo
This commit is contained in:
12
externs/webextension_polyfill/pkcs11/ModuleSlot.hx
Normal file
12
externs/webextension_polyfill/pkcs11/ModuleSlot.hx
Normal file
@@ -0,0 +1,12 @@
|
||||
package webextension_polyfill.pkcs11;
|
||||
|
||||
typedef ModuleSlot = {
|
||||
/**
|
||||
The name of the slot.
|
||||
**/
|
||||
var name : String;
|
||||
/**
|
||||
The token of the slot.
|
||||
**/
|
||||
var token : Null<Token>;
|
||||
};
|
Reference in New Issue
Block a user