export interface Team { ownerProfileKey: string; description?: string; name: string; projectKey: string; question?: string; }