export interface CompanyInfo {
    id: number
    name: string
}

export type UUID=string // @format uuid
