UNPKG

pig-dam-cfg

Version:

Pig DAM's configuration information server

10 lines 201 B
/** * Date: 6/12/20 * Time: 11:05 PM * @license MIT (see project's LICENSE file) */ export interface ServerConfiguration { port: number; host: string; } //# sourceMappingURL=server.d.ts.map