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

    Interface WireDecl

    An inter-service composition EDGE (Phase 3). Declared here so a Phase-2 manifest's shape is forward-compatible; the resolver ignores wire until the Phase-3 engine lands. from/to are "<service>.<port|capability>".

    interface WireDecl {
        id?: string;
        from: string;
        to: string;
        with?: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    id?: string
    from: string
    to: string
    with?: Record<string, unknown>