Sanity App SDK
    Preparing search index...

    Variable setCommentStatusConst Beta

    setCommentStatus: (
        instance: SanityInstance,
        options: SetCommentStatusOptions,
    ) => Promise<void> = ...

    Resolves or reopens a thread.

    Pass the thread's first comment: replies follow it, patched server-side in one query so a reply created by someone else at the same moment is caught too.

    Type Declaration