UNPKG

@vortex.so/cli

Version:

CLI to interact with Vortex.

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