Mandarine.Components.MiddlewareComponent
import type { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/main-core/Mandarine.ns.ts";
const { MiddlewareComponent } = Mandarine.Components;
Interface that provides with the necessary fields for configuration
in a Mandarine-powered component stereotype of Middleware
interface MiddlewareComponent {
configuration: {
}regexRoute: RegExp;
};