my-app
    Preparing search index...
    interface ReviewSnapshot {
        counts: Record<string, ReviewCounts>;
        sketches?: Sketch[];
        userVotes: Record<string, Record<ReviewCriteria, string | null>>;
    }
    Index

    Properties

    counts: Record<string, ReviewCounts>
    sketches?: Sketch[]
    userVotes: Record<string, Record<ReviewCriteria, string | null>>