export interface PlatformCompany { company: number; /** * What does that company do */ comment: string; }