add missing type

This commit is contained in:
Gauthier Roebroeck 2026-01-12 10:29:16 +08:00
parent b38788e346
commit a7dbbecaa3

View file

@ -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'