IServerMountDirectories Interface

Module
import { IServerMountDirectories } from "@tsed/common"
Source/packages/common/src/config/interfaces/IServerSettings.ts

Overview

interface IServerMountDirectories {
    [endpoint: string]: any | string | (any | string)[];
}

Members

[endpoint: string]: any | string | (any | string)[]