@suluk/platform - v0.6.0
    Preparing search index...

    Type Alias Mount

    Mount:
        | { kind: "base" }
        | { kind: "middleware"; symbol: string; from: string }
        | { kind: "route"; path: string; symbol: string; from: string }
        | { kind: "dev" }

    How a module contributes to the generated src/index.ts. (Unchanged from C051.)