Interface DirParamType

interface DirParamType {
    path?: string[];
    host?: string;
}

Properties

Properties

path?: string[]
host?: string