Interface AutoTestGenerationDraftFile

A single proposed test-submission file, with its full contents.

interface AutoTestGenerationDraftFile {
    content: string;
    path: string;
}

Properties

Properties

content: string

The full file contents.

path: string

The file path, relative to the submission root.