fix(core): update
This commit is contained in:
6
ts/interfaces/network.ts
Normal file
6
ts/interfaces/network.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* creates a new Network
|
||||
*/
|
||||
export interface INetworkCreationDescriptor {
|
||||
Name: string;
|
||||
}
|
Reference in New Issue
Block a user