@juki-team/commons - v0.1.10
    Preparing search index...

    Interface AnswerClarification

    interface AnswerClarification {
        answer: string;
        answered: boolean;
        answeredTime: number;
        id: string;
        judgeType: false;
        problem: string;
        publicVisible: boolean;
        question: string;
        user: string;
        userAnswer: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    answer: string
    answered: boolean
    answeredTime: number
    id: string
    judgeType: false
    problem: string
    publicVisible: boolean
    question: string
    user: string
    userAnswer: string