Documentation
    Preparing search index...

    Interface MiddlewareOptions

    interface MiddlewareOptions {
        name?: string;
        tags?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name?: string

    A unique name to refer to a middleware

    tags?: string[]

    A list of strings to any that identify the general purpose or important characteristics of a given handler.