Interface FrameOptions

interface FrameOptions {
    docs?: DocsConfig | IDocsShape;
    framework?: FrameworkOptions;
    routers?: IRouter[];
    security?: ISecurityShape;
}

Hierarchy (view full)

Properties

framework?: FrameworkOptions
routers?: IRouter[]
security?: ISecurityShape