Root.ts 69 Bytes
Newer Older
Hanadi's avatar
Hanadi committed
1
2
3
4
import {Link} from "./Link"
export class Root{
    links! : Link[];
}