Interface Options

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

Properties

Properties

framework?: FrameworkOptions
routers?: IRouter[]