Notification Update (Selector)
This commit is contained in:
@@ -20,6 +20,7 @@ export interface Notification {
|
||||
type: "error" | "success" | "info" | "warning";
|
||||
onUserDismiss: () => any;
|
||||
uid?: string;
|
||||
selector?: string;
|
||||
}
|
||||
|
||||
export function updateNotification(uid: string, updater: Partial<Notification>) {
|
||||
|
||||
Reference in New Issue
Block a user