Type alias MarkThreadAsDoneInput

MarkThreadAsDoneInput: {
    statusDetail?: InputMaybe<DoneStatusDetail>;
    threadId: Scalars["ID"];
}

Type declaration

Generated using TypeDoc