export interface ConsoleDetailPropType { address: string; port: string | number; tlsPort?: string | number; }