mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 04:30:06 +00:00
7 lines
223 B
TypeScript
7 lines
223 B
TypeScript
import { ModelNotification, ModelNotificationGroupResponseItem } from "@/types";
|
|
|
|
export interface NotificationContextProps {
|
|
notifiers?: ModelNotification[];
|
|
notifierGroup?: ModelNotificationGroupResponseItem[];
|
|
}
|