mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-27 00:21:03 +00:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
|
/* SystemJS module definition */
|
||
|
declare var module: NodeModule;
|
||
|
interface NodeModule {
|
||
|
id: string;
|
||
|
}
|