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

Hierarchy (view full)

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.