export type CompanyPatient = {
    id: string;
    name: string;
    created_at: string;
};
//# sourceMappingURL=company-patient.d.ts.map