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

7 lines
116 B
TypeScript

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