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