Type alias CompleteOptions

CompleteOptions: {
    headers: Record<string, string>;
    idempotencyKey: string | undefined;
    strict: boolean;
}

Durable Promise complete options.

Type declaration

  • headers: Record<string, string>

    Durable Promise headers.

  • idempotencyKey: string | undefined

    Durable Promise idempotency key.

  • strict: boolean

    Create the Durable Promise in strict mode.