scinote-web/flow-typed/types.js

8 lines
91 B
JavaScript
Raw Normal View History

2017-10-04 17:35:32 +08:00
// @flow
export type Activity = {
id: number,
message: string,
created_at :string
}