Interface WrakerAppOptions

interface WrakerAppOptions {
    locals?: WrakerAppLocals;
    path: string;
}

Hierarchy (view full)

Properties

Properties

path: string