Interface IDomain

interface IDomain {
    host: string;
    https: boolean;
    path: string;
    port: number;
}

Properties

Properties

host: string
https: boolean
path: string
port: number

Generated using TypeDoc