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

8 lines
141 B
TypeScript

export interface Update {
updateId: number | string;
title: string;
content: string;
dateCreated: number;
totalComments: number;
}