feat(wip): dexie provider for the web platform #1
Annotations
6 errors
lib/storage/providers/DexieProvider.ts#L7
Type 'string' does not satisfy the constraint 'never'.
|
lib/storage/providers/DexieProvider.ts#L23
Type '<TKey extends string>(key: TKey, value: OnyxValue<TKey>) => PromiseExtended<string>' is not assignable to type '<TKey extends string>(key: TKey, value: OnyxValue<TKey>) => Promise<void | QueryResult>'.
|
lib/storage/providers/DexieProvider.ts#L28
Argument of type 'OnyxValue<TKey>' is not assignable to parameter of type 'InsertType<unknown, string>'.
|
lib/storage/providers/DexieProvider.ts#L38
Type 'PromiseExtended<IndexableTypeArray>' is not assignable to type 'Promise<KeyList>'.
|
lib/storage/providers/DexieProvider.ts#L39
Type 'PromiseExtended<unknown>' is not assignable to type 'Promise<OnyxValue<TKey>>'.
|
|
This job failed
Loading