Type alias ThreadStatusDetailParts_ThreadStatusDetailInProgress_Fragment
ThreadStatusDetailParts_ThreadStatusDetailInProgress_Fragment: {
__typename: "ThreadStatusDetailInProgress";
statusChangedAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
};
}
Type declaration
__typename: "ThreadStatusDetailInProgress"
statusChangedAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
}
__typename: "DateTime"
iso8601: string
unixTimestamp: string