added notif section

This commit is contained in:
2025-11-15 17:46:02 +01:00
parent 5ab1ce4d5b
commit a917c13d68
7 changed files with 136 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
export interface NotifInfo {
author: string;
title: string;
content: string;
}