Type alias CodeEditorTestCasesType

CodeEditorTestCasesType: {
    [key: string]: CodeEditorTestCaseType;
}

Type declaration