interface MyInterface { baseA: number; rightA: number; baseB(): void; rightB(): void; baseC: string; rightC: string; }