File size: 115 Bytes
275b9f3
 
 
 
 
 
 
1
2
3
4
5
6
7
interface LineTestcase {
  id: string;
  description: string;
  expectedResult: string;
}

export { LineTestcase };