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

    Interface CompositionSurface

    What a service brings to the composition graph: the ports it exposes + the capabilities it offers.

    interface CompositionSurface {
        exposes?: Record<string, Port<unknown>>;
        offers?: Record<string, Capability<unknown>>;
    }
    Index

    Properties

    Properties

    exposes?: Record<string, Port<unknown>>
    offers?: Record<string, Capability<unknown>>