zcash-grant-system/frontend/types/update.ts

8 lines
138 B
TypeScript
Raw Normal View History

2018-10-04 21:27:02 -07:00
export interface Update {
updateId: number | string;
title: string;
body: string;
dateCreated: number;
totalComments: number;
}