import { Instance } from "./InstanceType"; export interface User { id: number; name: string; instances: Instance[]; }