Skip to content

Latest commit

 

History

History
95 lines (51 loc) · 1.64 KB

File metadata and controls

95 lines (51 loc) · 1.64 KB

seamapi / Exports / PendingActionAttempt

Interface: PendingActionAttempt<T>

Type parameters

Name Type
T extends ActionType

Hierarchy

  • ActionAttemptBase<T>

    PendingActionAttempt

Table of contents

Properties

Properties

action_attempt_id

action_attempt_id: string

Inherited from

ActionAttemptBase.action_attempt_id

Defined in

src/types/models.ts:350


action_type

action_type: T

Inherited from

ActionAttemptBase.action_type

Defined in

src/types/models.ts:351


error

error: null

Overrides

ActionAttemptBase.error

Defined in

src/types/models.ts:361


result

result: null

Overrides

ActionAttemptBase.result

Defined in

src/types/models.ts:360


status

status: "pending"

Overrides

ActionAttemptBase.status

Defined in

src/types/models.ts:359