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

    Interface CodeEditorTestCase

    interface CodeEditorTestCase {
        createdAt: number;
        err: string;
        hidden: boolean;
        in: string;
        index: number;
        key: string;
        log: string;
        out: string;
        sample: boolean;
        status: SubmissionRunStatus;
        testOut: string;
        withPE: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: number
    err: string
    hidden: boolean
    in: string
    index: number
    key: string
    log: string
    out: string
    sample: boolean
    testOut: string
    withPE: boolean