Type alias ProblemStatementType

ProblemStatementType: {
    description: TextLanguageType;
    html: TextLanguageType;
    input: TextLanguageType;
    note: TextLanguageType;
    output: TextLanguageType;
    sampleCases: ProblemSampleCasesType;
}

Type declaration