Interface IWithServerPropsOptions

Additional options for withServerProps() function.

interface IWithServerPropsOptions {
    use: Nilable<ServerMiddleware[]>;
}

Properties

Properties

use: Nilable<ServerMiddleware[]>

One or more middlewares to use.

Generated using TypeDoc