Type alias ThreadStatusDetailParts_ThreadStatusDetailDoneAutomaticallySet_Fragment

ThreadStatusDetailParts_ThreadStatusDetailDoneAutomaticallySet_Fragment: {
    __typename: "ThreadStatusDetailDoneAutomaticallySet";
    afterSeconds: number | null;
    statusChangedAt: {
        __typename: "DateTime";
        iso8601: string;
        unixTimestamp: string;
    };
}

Type declaration

  • __typename: "ThreadStatusDetailDoneAutomaticallySet"
  • afterSeconds: number | null
  • statusChangedAt: {
        __typename: "DateTime";
        iso8601: string;
        unixTimestamp: string;
    }
    • __typename: "DateTime"
    • iso8601: string
    • unixTimestamp: string

Generated using TypeDoc