@edgible-team/sdk
    Preparing search index...

    Interface OperationState

    Last observed state of a long-running operation (waiters land in Phase 2).

    interface OperationState {
        phase: string;
        raw: unknown;
        terminal: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    phase: string
    raw: unknown
    terminal: boolean