Documentation
    Preparing search index...
    type AnnotationBase = {
        createdBy: AnnotationProfile;
        description: string;
        modifiedBy?: AnnotationProfile;
        thumbnailUrl?: string;
        title: string;
    }
    Index

    Properties

    description: string
    modifiedBy?: AnnotationProfile
    thumbnailUrl?: string
    title: string