export interface Company { id: string; name: string; no: string; vip_level: string; created: string; updated: string }