Type alias ThreadStatusDetailParts_ThreadStatusDetailDoneManuallySet_Fragment
ThreadStatusDetailParts_ThreadStatusDetailDoneManuallySet_Fragment: {
__typename?: "ThreadStatusDetailDoneManuallySet";
statusChangedAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
};
}
Type declaration
Optional __typename?: "ThreadStatusDetailDoneManuallySet"
statusChangedAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
}
__typename: "DateTime"
iso8601: string
unixTimestamp: string