mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
type checking
This commit is contained in:
parent
3734af6b0f
commit
ce58f01806
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { httpTyped } from '@/mocks/api/httpTyped'
|
||||
import type { components } from '@/generated/openapi/komga'
|
||||
|
||||
export const libraries = [
|
||||
{
|
||||
|
|
@ -32,7 +33,7 @@ export const libraries = [
|
|||
analyzeDimensions: false,
|
||||
oneshotsDirectory: '_oneshots',
|
||||
unavailable: false,
|
||||
},
|
||||
} as components['schemas']['LibraryDto'],
|
||||
{
|
||||
id: '2',
|
||||
name: 'Comics',
|
||||
|
|
@ -62,9 +63,8 @@ export const libraries = [
|
|||
hashPages: false,
|
||||
hashKoreader: false,
|
||||
analyzeDimensions: true,
|
||||
oneshotsDirectory: null,
|
||||
unavailable: false,
|
||||
},
|
||||
} as components['schemas']['LibraryDto'],
|
||||
]
|
||||
|
||||
export const librariesHandlers = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue