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

    Interface ContestClarificationResponseDto

    interface ContestClarificationResponseDto {
        answer: string;
        answeredAt: number;
        answerUser: UserOrganizationBasicInfoResponseDto;
        askedAt: number;
        key: string;
        problemJudgeKey: string;
        public: boolean;
        question: string;
        questionUser: UserOrganizationBasicInfoResponseDto;
    }
    Index

    Properties

    answer: string
    answeredAt: number
    askedAt: number
    key: string
    problemJudgeKey: string
    public: boolean
    question: string