interface MyInterface { baseA: number; leftA: number; baseB(): void; leftB(): void; baseC: string; leftC: string; }