diaREact/resources/js/interfaces/IPage.ts

7 lines
101 B
TypeScript

export interface IPage {
id: string;
date: string;
title: string;
content: string;
}