// @flow export type Activity = { id: number, message: string, created_at :string } export type Team = { id: number, name: string }