Skip to content
Snippets Groups Projects
proof.manager.config.interface.ts 73 B
Newer Older
export interface IProofManagerConfig {
  host: string;
  port: number;
}