UNPKG

@liara/cli

Version:

The command line interface for Liara

4 lines (3 loc) 173 B
import { Got } from 'got'; import { VMActions } from '../types/vm.js'; export declare function createAction(vmId: string, action: VMActions, gotClient: Got): Promise<void>;