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

export type EmployeSummary = PublicEmploye;
export type EmployePublic = PublicEmploye;
