Type alias ThreadStatusDetailParts_ThreadStatusDetailCreated_Fragment
ThreadStatusDetailParts_ThreadStatusDetailCreated_Fragment: {
__typename: "ThreadStatusDetailCreated";
createdAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
};
}
Type declaration
__typename: "ThreadStatusDetailCreated"
createdAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
}
__typename: "DateTime"
iso8601: string
unixTimestamp: string