Sporades SDK API
    Preparing search index...

    Type Alias MiddlewareContext<Schema>

    MiddlewareContext: CapsuleContext<Schema> & Partial<
        Pick<EndpointContext<Schema>, "request">,
    > & { kind: ContextKind; [key: string]: unknown }

    Mutable context shape passed through middleware before the final handler runs.

    Type Parameters