Sanity Library Reference Docs
    Preparing search index...

    Type Alias CommentIntentGetterBeta

    CommentIntentGetter: (
        comment: { id: string; path: string; type: string },
    ) => CommentContext["intent"]

    Type declaration