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

    Interface BindRequest

    The resolved request handed to a broker's bind.

    interface BindRequest {
        ref: string;
        name: string;
        instanceId: string;
        params: Record<string, unknown>;
    }
    Index

    Properties

    ref: string
    name: string
    instanceId: string
    params: Record<string, unknown>