interface ga4Option {
    targetId: string;
}
export { ga4Option };
