Capsium TypeScript API
    Preparing search index...

    Type Alias Resolution

    Resolution:
        | { kind: "resource"; route: ResourceRoute }
        | { kind: "dataset"; route: DatasetRoute }
        | { kind: "handler"; route: HandlerRoute }
        | { allowed: readonly string[]; kind: "method-not-allowed" }
        | { kind: "not-found" }

    Route resolution moved to @capsium/core (it is reactor-shared domain logic: the Node reactor uses it too). This module re-exports it so existing imports keep working.