Type alias ThreadStatusDetail
ThreadStatusDetail: { createdAt: Datetime; type: "CREATED"; } | { snoozedAt: Datetime; snoozedUntil: Datetime; type: "SNOOZED"; } | { snoozedAt: Datetime; type: "UNSNOOZED"; } | { newReplyAt: Datetime; type: "NEW_REPLY"; } | { linearIssueId: string; type: "LINK_LINEAR_UPDATED"; updatedAt: Datetime; } Type declaration
linearIssueId: string
type: "LINK_LINEAR_UPDATED"