UNPKG

@vortex.so/cli

Version:

CLI to interact with Vortex.

3 lines (2 loc) 130 B
import type { Operation } from './ship.operation'; export declare function updateFiles(operation: Operation): Promise<Operation>;