Interface StartServerParamsType

interface StartServerParamsType {
    generateSubdomains: boolean;
    useSubdomains: boolean;
}

Properties

generateSubdomains: boolean
useSubdomains: boolean