import { CardSimple } from "./Card"; import { List } from "./General"; export type RetreatSimple = number export interface RetreatSingle { id: RetreatSimple cards: Array } export type RetreatList = List