UNPKG

node-ff

Version:
10 lines (7 loc) 187 B
import { IExecDTO } from './IExecDTO'; export interface IExecSync { exec({ commands }: IExecDTO): void; } export interface IExec { execute({ commands }: IExecDTO): void; }