update API reports for TypeScript 5.0

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-03-29 10:27:57 +02:00
parent c657d0a610
commit 63317d3e3f
11 changed files with 52 additions and 85 deletions
+3 -1
View File
@@ -173,7 +173,9 @@ export class MockStorageApi implements StorageApi {
// (undocumented)
forBucket(name: string): StorageApi;
// (undocumented)
observe$<T>(key: string): Observable<StorageValueSnapshot<T>>;
observe$<T extends JsonValue>(
key: string,
): Observable<StorageValueSnapshot<T>>;
// (undocumented)
remove(key: string): Promise<void>;
// (undocumented)