Skip to content

Commit 3e957f7

Browse files
add type
1 parent c2bbbc5 commit 3e957f7

File tree

1 file changed

+1
-1
lines changed
  • packages/oc-azure-storage-adapter/src

1 file changed

+1
-1
lines changed

packages/oc-azure-storage-adapter/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
type ContainerClient,
44
StorageSharedKeyCredential,
55
type BlockBlobUploadOptions,
6-
AnonymousCredential
6+
type AnonymousCredential
77
} from '@azure/storage-blob';
88
import Cache from 'nice-cache';
99
import fs from 'fs-extra';

0 commit comments

Comments
 (0)