Interface Options

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

Hierarchy (View Summary)

Properties

Properties

framework?: FrameworkOptions
routers?: IRouter[]