import type { UserFields } from "./user.ts"; export interface ExperienceFields { description: string; from: Record; id: string; name: string; with: UserFields[]; }