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

Type declaration

Type declaration

Type declaration

Type declaration

  • linearIssueId: string
  • type: "LINK_LINEAR_UPDATED"
  • updatedAt: Datetime

Generated using TypeDoc