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