At my workplace, I see a lot of files that look like this:
export interface IExample { a: number } export class Example implements IExample { a: number =