feat: Added notifications outbox to admin panel

This commit is contained in:
2025-05-31 16:57:53 +02:00
parent ec787e2321
commit dd17fd5294
4 changed files with 113 additions and 57 deletions

View File

@@ -1,7 +1,5 @@
import mongoose, { Types, Schema } from "mongoose"
// TODO: Unify `fname` and `surename` into single field
export interface IUser {
uname: string;
pass: string;