diff options
Diffstat (limited to 'types')
| -rw-r--r-- | types/ext/dictionary-database.d.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/types/ext/dictionary-database.d.ts b/types/ext/dictionary-database.d.ts index 2c416c68..1ae4603f 100644 --- a/types/ext/dictionary-database.d.ts +++ b/types/ext/dictionary-database.d.ts @@ -198,7 +198,7 @@ export type ObjectStoreName = ( 'media' ); -/* eslint-disable @stylistic/ts/indent */ +/* eslint-disable @stylistic/indent */ export type ObjectStoreData<T extends ObjectStoreName> = ( T extends 'dictionaries' ? DictionaryImporter.Summary : T extends 'terms' ? DatabaseTermEntry : @@ -209,7 +209,7 @@ export type ObjectStoreData<T extends ObjectStoreName> = ( T extends 'media' ? MediaDataArrayBufferContent : never ); -/* eslint-enable @stylistic/ts/indent */ +/* eslint-enable @stylistic/indent */ export type DeleteDictionaryProgressData = { count: number; |