# PlatformStaticsOptions Interface

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

# Overview

interface PlatformStaticsOptions extends TsED.StaticsOptions {
    root: string;
    [key: string]: any;
}

# Members

root: string;

[key: string]: any;