Sanity App SDK
    Preparing search index...

    Variable resolveCommentThreadsConst Beta

    resolveCommentThreads: (
        instance: SanityInstance,
        options: ResolveCommentsOptions,
    ) => Promise<CommentThread[]> = ...

    Waits for a document's comments to load, grouped into threads.

    Type Declaration