import { Mission } from "./Mission"; export type Contact = { notionId: string; notionIdFamille: string; Missions: Mission[]; };