Files
pyrofetes-frontend/src/app/interfaces/notif.interface.ts
2025-11-15 17:46:02 +01:00

5 lines
90 B
TypeScript

export interface NotifInfo {
author: string;
title: string;
content: string;
}