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

    Interface CodeEditorSubmissionResponseDTO

    interface CodeEditorSubmissionResponseDTO {
        files: CodeEditorFiles<CodeLanguage>;
        id: string;
        isCompleted: boolean;
        points: number;
        submittedAt: number;
        testCases: CodeEditorTestCases;
        type: CODE_EDITOR;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string
    isCompleted: boolean
    points: number
    submittedAt: number