docker/ts/interfaces/network.ts

7 lines
97 B
TypeScript
Raw Normal View History

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