UNPKG

vvc

Version:

Vivocha Command Line Tools

6 lines (5 loc) 417 B
import { Asset } from '@vivocha/public-entities'; export declare function scanWidgetAssets(basepath: string): Promise<Asset[]>; export declare function hashWidgetAssets(assets: Asset[]): Promise<Asset[]>; export declare function uploadWidgetAssetChanges(widgetId: string, oldAssets: Asset[], newAssets: Asset[], global: boolean): Promise<void>; export declare function downloadAssets(assets: Asset[]): Promise<void>;