docker/ts/interfaces/network.ts

7 lines
97 B
TypeScript
Raw Normal View History

2019-08-15 18:50:13 +02:00
/**
* creates a new Network
*/
export interface INetworkCreationDescriptor {
Name: string;
}