Type alias ThreadStatusDetailParts_ThreadStatusDetailThreadLinkUpdated_Fragment
ThreadStatusDetailParts_ThreadStatusDetailThreadLinkUpdated_Fragment: {
__typename: "ThreadStatusDetailThreadLinkUpdated";
linearIssueId: string | null;
statusChangedAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
};
}
Type declaration
__typename: "ThreadStatusDetailThreadLinkUpdated"
linearIssueId: string | null
statusChangedAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
}
__typename: "DateTime"
iso8601: string
unixTimestamp: string