diff options
author | crupest <crupest@outlook.com> | 2020-08-04 02:31:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-08-04 02:31:59 +0800 |
commit | 89806d334fe2c7ef0ea8b3d12c74759e8e3ba860 (patch) | |
tree | 47b85b9bfb5026743a4a9984c5c24b8363e8a5af /Timeline/ClientApp/src/app/data/common.ts | |
parent | ff94145165d6877e47db7ec11c4d3b802f6f3532 (diff) | |
download | timeline-89806d334fe2c7ef0ea8b3d12c74759e8e3ba860.tar.gz timeline-89806d334fe2c7ef0ea8b3d12c74759e8e3ba860.tar.bz2 timeline-89806d334fe2c7ef0ea8b3d12c74759e8e3ba860.zip |
...
Diffstat (limited to 'Timeline/ClientApp/src/app/data/common.ts')
-rw-r--r-- | Timeline/ClientApp/src/app/data/common.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Timeline/ClientApp/src/app/data/common.ts b/Timeline/ClientApp/src/app/data/common.ts index 9f985ce6..786279f2 100644 --- a/Timeline/ClientApp/src/app/data/common.ts +++ b/Timeline/ClientApp/src/app/data/common.ts @@ -6,11 +6,6 @@ export const dataStorage = localforage.createInstance({ driver: localforage.INDEXEDDB,
});
-export interface BlobWithUrl {
- blob: Blob;
- url: string;
-}
-
export class ForbiddenError extends Error {
constructor(message?: string) {
super(message);
|