@suluk/deploy - v0.1.4
    Preparing search index...

    Interface BindingPlan

    interface BindingPlan {
        bindings: DurableBinding[];
        steps: DeployStep[];
        notes: string[];
    }
    Index

    Properties

    Properties

    bindings: DurableBinding[]
    steps: DeployStep[]
    notes: string[]