feat: notifications for media_available and media_approved
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import { Notification } from '..';
|
||||
import { User } from '../../../entity/User';
|
||||
|
||||
export interface NotificationPayload {
|
||||
subject: string;
|
||||
username?: string;
|
||||
notifyUser: User;
|
||||
image?: string;
|
||||
message?: string;
|
||||
extra?: { name: string; value: string }[];
|
||||
}
|
||||
|
||||
export interface NotificationAgent {
|
||||
|
||||
Reference in New Issue
Block a user