linear.workflowstateresponse
Home > @runlightyear/linear > WorkflowStateResponse
WorkflowStateResponse interface
Signature:interface WorkflowStateResponse
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
archivedAt | DateTime | The time at which the entity was archived. Null if the entity has not been archived. | |
color | string | The state's UI color as a HEX string. | |
createdAt | DateTime | The time at which the entity was created. | |
description | string | Description of the state. | |
id | LinearID | The unique identifier of the entity. | |
name | string | The state's name. | |
position | number | The position of the state in the team flow. | |
team | { id: string; name: string; } | The team to which this state belongs to. | |
type | string | The type of the state. | |
updatedAt | DateTime | The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't been updated after creation. |