aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Notification
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-11 22:07:08 -0800
committerFuwn <[email protected]>2024-01-11 22:07:08 -0800
commitbcdaf7d9214a16473b70bd1078a047dad76ab870 (patch)
tree44f11a4a5c0707aeb83084958c4f38a42d8994e8 /src/lib/Notification
parentfix(api): un-share some caches (diff)
downloaddue.moe-bcdaf7d9214a16473b70bd1078a047dad76ab870.tar.xz
due.moe-bcdaf7d9214a16473b70bd1078a047dad76ab870.zip
feat(list): recache notifications
Diffstat (limited to 'src/lib/Notification')
-rw-r--r--src/lib/Notification/options.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Notification/options.ts b/src/lib/Notification/options.ts
index f14e0d25..a9896540 100644
--- a/src/lib/Notification/options.ts
+++ b/src/lib/Notification/options.ts
@@ -1,6 +1,6 @@
type Position = 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left';
-interface Options {
+export interface Options {
heading: string | number;
description: string | number | undefined;
position: Position;