mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-24 19:22:51 +02:00
4 lines
205 B
Text
4 lines
205 B
Text
// `nsISupports` is a Gecko thing that can be queried if it implements some
|
|
// interface. We can query anything via `JsCast`, so it is good enough to just
|
|
// call it an Object.
|
|
typedef object nsISupports;
|