export type InteractionState = {
    hasHadInteraction: boolean;
};
