I have a interface export interface Tree {}
export interface Tree {}
The base class in implements this interface:
export class TreeBase implements Tree {}