Sanity Library Reference Docs
    Preparing search index...

    Type Alias AnnotationDetailsBeta

    Annotation connected to a change

    type AnnotationDetails = {
        author: string;
        event?: DocumentGroupEvent;
        timestamp: string;
    }
    Index

    Properties

    author: string
    timestamp: string