Fake Mirrors
    Preparing search index...

    Interface HttpServerContextState

    interface HttpServerContextState {
        errorPage: string;
        verbose: boolean;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Properties

    errorPage: string
    verbose: boolean