export interface ObjectiveData { title: string; behaviorId: string; amount: number; completed: number; cta?: string; }