Properties
codeOutput
codeOutput: string
compileError
compileError: null | string
expectedOutput
expectedOutput: string
fullCodeOutput
fullCodeOutput: null | string
lang
lang: {
name: string;
verboseName: string;
}
Type declaration
name: string
verboseName: string
lastTestcase
lastTestcase: string
memoryDisplay
memoryDisplay: string
memoryDistribution
memoryDistribution: string
memoryPercentile
memoryPercentile: number
question
question: {
hasFrontendPreview: boolean;
questionId: string;
titleSlug: string;
}
Type declaration
hasFrontendPreview: boolean
questionId: string
titleSlug: string
runtimeDisplay
runtimeDisplay: string
runtimeDistribution
runtimeDistribution: string
runtimeError
runtimeError: null | string
runtimePercentile
runtimePercentile: number
statusCode
statusCode: number
stdOutput
stdOutput: null | string
testBodies
testBodies: null | string
testDescriptions
testDescriptions: null | string
testInfo
testInfo: null | string
timestamp
timestamp: number
topicTags
topicTags: string[]
totalCorrect
totalCorrect: number
totalTestcases
totalTestcases: number
user
user: {
profile: {
realName: string;
userAvatar: string;
};
username: string;
}
Type declaration
profile: {
realName: string;
userAvatar: string;
}
realName: string
userAvatar: string
username: string