scinote-web/flow-typed/types.js
2017-10-04 11:35:32 +02:00

7 lines
91 B
JavaScript

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