kenken999's picture
test
275b9f3
raw
history blame
115 Bytes
interface LineTestcase {
id: string;
description: string;
expectedResult: string;
}
export { LineTestcase };