export interface OrganismeRaw { libelle: string; id: string; code: string; idPere: string; } //# sourceMappingURL=OrganismeRaw.interface.d.ts.map