Anchorage API reference
    Preparing search index...

    Type Alias IdempotentStartDecision<TPersisted>

    IdempotentStartDecision:
        | { kind: "start"; reservation: StartReservation }
        | { kind: "replay"; persisted: TPersisted; reservation: StartReservation }

    What a surface must do next, once the reservation has been resolved.

    Type Parameters

    • TPersisted

    Type Declaration