first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import type { Notification } from './Notification.interface';
|
||||
|
||||
export interface NotificationsState {
|
||||
notifications: Notification[];
|
||||
}
|
Reference in New Issue
Block a user