Interface Options

interface Options {
    framework?: FrameworkOptions;
    routers?: IRouter[];
}

Hierarchy (view full)

Properties

Properties

framework?: FrameworkOptions
routers?: IRouter[]