Type alias ThreadStatusDetailParts_ThreadStatusDetailIgnored_Fragment
ThreadStatusDetailParts_ThreadStatusDetailIgnored_Fragment: {
__typename: "ThreadStatusDetailIgnored";
statusChangedAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
};
}
Type declaration
__typename: "ThreadStatusDetailIgnored"
statusChangedAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
}
__typename: "DateTime"
iso8601: string
unixTimestamp: string