Documentation
    Preparing search index...

    Represents the profile information for a user who creates annotations.

    type AnnotationProfile = {
        deleted: boolean;
        firstName: string;
        id: Account.UserId;
        lastName: string;
        profilePictureUrl?: string;
    }
    Index

    Properties

    deleted: boolean
    firstName: string
    id: Account.UserId
    lastName: string
    profilePictureUrl?: string