import { GuidValue } from "@omnia/fx-models"; export interface MatomoSite { idSite: number; name: string; businessProfileId?: GuidValue; }