Skip to content

Commit 4cf6928

Browse files
author
Maya Shavin
committed
fix: fix type import
1 parent cf7ad4a commit 4cf6928

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/types/lib/asset/Asset.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { ResourceType } from '../cloud/ResourceType'
22
import { StorageType } from '../cloud/StorageType'
3+
import { AccessControlType, AccessMode } from '../options/api'
34

45
export interface Asset {
56
publicId: string,

0 commit comments

Comments
 (0)