my-app
    Preparing search index...
    interface VoteData {
        sketchId: string;
        type: VoteType;
        userId: string;
    }
    Index

    Properties

    Properties

    sketchId: string
    type: VoteType
    userId: string