@badc0d3/piece-bash-runner
Version:
Run bash commands with NFS/SMB mounting support in Activepieces
12 lines • 382 B
TypeScript
import { PieceCategory } from '@activepieces/shared';
export declare const bashRunnerAuth: undefined;
export declare const bashRunnerPieceMetadata: {
displayName: string;
description: string;
minimumSupportedRelease: string;
logoUrl: string;
categories: PieceCategory[];
authors: string[];
auth: undefined;
};
//# sourceMappingURL=piece-metadata.d.ts.map