export interface Quaggan {
  id: string,
  url: string,
}
