export interface Opp { ownerProfileKey: string; confirmationsOn: boolean; description: string; isPublic: boolean; name: string; projectKey: string; question: string; }