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