download url
This commit is contained in:
@@ -6,12 +6,8 @@ import type {
|
||||
GetAsset as AssetManagerGetAsset,
|
||||
} from '../asset_manager';
|
||||
|
||||
interface DocumentVersion extends DocumentVersionLike {
|
||||
download_path?: string | null;
|
||||
}
|
||||
|
||||
export interface DocumentLike extends AssetManagerDocumentLike {
|
||||
current_version?: DocumentVersion | null;
|
||||
current_version?: DocumentVersionLike | null;
|
||||
}
|
||||
|
||||
export type AssetLike = AssetManagerAssetLike;
|
||||
|
||||
Reference in New Issue
Block a user