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

    Interface ComposeResult

    interface ComposeResult {
        doc: OpenAPIv4Document;
        steps: ComposeStep[];
        plan: CompositionPlan;
        ok: boolean;
    }
    Index

    Properties

    Properties

    doc: OpenAPIv4Document
    steps: ComposeStep[]
    ok: boolean

    true ⇒ the plan was complete AND every step installed cleanly