feat: make notification page filters work

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
This commit is contained in:
Heikki Hellgren
2023-12-15 14:41:04 +02:00
parent f24a0c1f6a
commit 92c327211a
11 changed files with 100 additions and 35 deletions
@@ -14,6 +14,9 @@
* limitations under the License.
*/
/** @public */
export type NotificationType = 'read' | 'unread' | 'saved';
/** @public */
export type Notification = {
id: string;