UNPKG

firmament-vita

Version:

Firmament module for automating VITA tasks

7 lines (6 loc) 366 B
import {DecryptAndUnTarOptions, DecryptAndUnTarResult, DecryptAndUnTarStatus} from "./vita-options-results"; export interface VitaDecryptUnTar { process(options: DecryptAndUnTarOptions, cbStatus: (err: Error, decryptAndUnTarResults: DecryptAndUnTarStatus)=>void, cbFinal: (err: Error, decryptAndUnTarResults: DecryptAndUnTarResult[])=>void); }