mirror of
https://github.com/unraid/api.git
synced 2026-03-13 13:38:51 -05:00
refactor(web): instantiate apollo client statically instead of dynamically
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
export interface NotificationItemProps {
|
||||
id: string;
|
||||
title: string;
|
||||
subject: string;
|
||||
description: string;
|
||||
importance: string;
|
||||
link: string;
|
||||
type: 'success' | 'warning' | 'alert';
|
||||
timestamp: string;
|
||||
}
|
||||
Reference in New Issue
Block a user