Type alias ActionAttemptsGetOptions

ActionAttemptsGetOptions: Partial<ResolveActionAttemptOptions> & {
    waitForActionAttempt?: boolean;
}

Type declaration

  • Optional waitForActionAttempt?: boolean

Generated using TypeDoc