interface MiddlewareOptions Since 0.1.0 Options accepted when adding middleware to the pipeline. Properties readonly optional priority: number Execution priority — lower numbers run earlier. See ARCHITECTURE.md §10 for the conventional priority bands of first-party middleware. readonly optional name: string Diagnostic name shown in pipeline introspection.