export type Mood = 'happy' | 'nervous' | 'flustered' | 'overthinking';
export type Interaction = 'small talk' | 'awkward wave' | 'shared laugh' | 'accidental eye contact';

