Interface TestCase

interface TestCase {
    group: number;
    id: string;
    input: boolean;
    output: boolean;
}

Properties

Properties

group: number
id: string
input: boolean
output: boolean