export interface Asset {
  id: string
  name: string
}