@suluk/core - v0.1.13
    Preparing search index...

    Interface MatchResult

    interface MatchResult {
        operation: Operation;
        pathParams: Record<string, string>;
        query: Record<string, string[]>;
    }
    Index

    Properties

    operation: Operation
    pathParams: Record<string, string>

    Captured path variables (the per-location PATH slot instance).

    query: Record<string, string[]>

    Raw query string key→values (the per-location QUERY slot instance, before schema coercion).