smartnginx/ts/interfaces/hostconfig.ts

7 lines
119 B
TypeScript
Raw Permalink Normal View History

2019-01-09 11:15:28 +00:00
export interface IHostConfig {
hostName: string;
destination: string;
privateKey: string;
publicKey: string;
}