diff options
| author | Fuwn <[email protected]> | 2024-01-11 22:07:08 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-11 22:07:08 -0800 |
| commit | bcdaf7d9214a16473b70bd1078a047dad76ab870 (patch) | |
| tree | 44f11a4a5c0707aeb83084958c4f38a42d8994e8 /src/lib/Notification | |
| parent | fix(api): un-share some caches (diff) | |
| download | due.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.ts | 2 |
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; |