fix(core): update

This commit is contained in:
2019-09-23 13:41:06 +02:00
parent 784bb22511
commit 601d82ea74
4 changed files with 7 additions and 10 deletions

View File

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