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

7 lines
116 B
TypeScript
Raw Normal View History

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