Recapp Code Reference
    Preparing search index...
    type TextAnswer = {
        answer: string;
        groupName: string;
        maxParticipants: number;
        questionId: Id;
        tag: "TextAnswer";
        wrong: boolean;
    }
    Index

    Properties

    answer: string
    groupName: string
    maxParticipants: number
    questionId: Id
    tag: "TextAnswer"
    wrong: boolean