UNPKG

@enspirit/emb

Version:

A replacement for our Makefile-for-monorepos

9 lines (8 loc) 311 B
import { PruneContainersInfo } from 'dockerode'; import { BaseCommand } from '../../abstract/BaseCommand.js'; export default class ContainersPrune extends BaseCommand { static description: string; static enableJsonFlag: boolean; static examples: string[]; run(): Promise<PruneContainersInfo>; }