mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
7 lines
91 B
JavaScript
7 lines
91 B
JavaScript
// @flow
|
|
|
|
export type Activity = {
|
|
id: number,
|
|
message: string,
|
|
created_at :string
|
|
}
|