import type { PublicContrat } from "./public-api";

export type ContratSummary = PublicContrat;
export type ContratPublic = PublicContrat;
