fix(core): update

This commit is contained in:
2019-09-22 23:42:29 +02:00
parent 0b3e3b68c9
commit 71c89ac9bc
3 changed files with 16 additions and 3 deletions

View File

@@ -3,4 +3,5 @@
*/
export interface INetworkCreationDescriptor {
Name: string;
NetworkNumber: number;
}