@suluk/provision - v0.2.0
    Preparing search index...

    Interface BindResult

    A broker's bind outcome — the credentials/config the platform + downstream instances consume.

    interface BindResult {
        outputs: Record<string, string>;
    }
    Index

    Properties

    Properties

    outputs: Record<string, string>