Namespace: ResetOptions
Interfaces
Type Aliases
$Shape
Ƭ $Shape: { buildId?: string | null ; currentRunOnly?: boolean | null ; firstWorkflowTask?: $Shape | null ; lastWorkflowTask?: $Shape | null ; resetReapplyExcludeTypes?: ResetReapplyExcludeType[] | null ; resetReapplyType?: ResetReapplyType | null ; workflowTaskId?: Long | null } & { buildId?: null ; firstWorkflowTask?: null ; lastWorkflowTask?: null ; target?: undefined ; workflowTaskId?: null } | { buildId?: null ; firstWorkflowTask: $Shape ; lastWorkflowTask?: null ; target?: "firstWorkflowTask" ; workflowTaskId?: null } | { buildId?: null ; firstWorkflowTask?: null ; lastWorkflowTask: $Shape ; target?: "lastWorkflowTask" ; workflowTaskId?: null } | { buildId?: null ; firstWorkflowTask?: null ; lastWorkflowTask?: null ; target?: "workflowTaskId" ; workflowTaskId: Long } | { buildId: string ; firstWorkflowTask?: null ; lastWorkflowTask?: null ; target?: "buildId" ; workflowTaskId?: null }
Narrowed shape of a ResetOptions.