export interface TestCase {
    folder: {
        name: string;
    };
    name: string;
    id: number;
}
