Share via


BranchStatus interface

Model that represents the a list of actions and action statuses.

Properties

actions

The array of actions.

branchId

The id of the branch status.

branchName

The name of the branch status.

status

The status of the branch.

Property Details

actions

The array of actions.

actions?: ActionStatus[]

Property Value

branchId

The id of the branch status.

branchId?: string

Property Value

string

branchName

The name of the branch status.

branchName?: string

Property Value

string

status

The status of the branch.

status?: string

Property Value

string