mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
add missing type
This commit is contained in:
parent
b38788e346
commit
a7dbbecaa3
1 changed files with 1 additions and 0 deletions
|
|
@ -3,3 +3,4 @@
|
|||
*/
|
||||
// eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents
|
||||
export type LibraryId = string | 'all' | 'pinned' | 'unpinned'
|
||||
export type PresentationMode = 'grid' | 'list' | 'table'
|
||||
|
|
|
|||
Loading…
Reference in a new issue