mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 20:50:07 +00:00
implement notification page (#8)
This commit is contained in:
6
src/types/notificationContext.ts
Normal file
6
src/types/notificationContext.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { ModelNotification, ModelNotificationGroupResponseItem } from "@/types";
|
||||
|
||||
export interface NotificationContextProps {
|
||||
notifiers?: ModelNotification[];
|
||||
notifierGroup?: ModelNotificationGroupResponseItem[];
|
||||
}
|
||||
Reference in New Issue
Block a user