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