export interface TestCases {
    values: {
        id: string;
        key: string;
        name: string;
    }[];
}
