@decentm/concourse-ts-cli
Advanced tools
Comparing version 0.11.9 to 0.11.10
{ | ||
"name": "@decentm/concourse-ts-cli", | ||
"version": "0.11.9", | ||
"version": "0.11.10", | ||
"description": "command line interface for compiling concourse-ts pipelines", | ||
@@ -5,0 +5,0 @@ "author": "DecentM <decentm@decentm.com>", |
@@ -0,6 +1,7 @@ | ||
import * as ConcourseTs from '@decentm/concourse-ts'; | ||
import { HandleOutputParams } from '../../lib/handle-output'; | ||
import { HandleInputParams } from '../../lib/handle-inputs'; | ||
export type TransformParams = HandleInputParams & HandleOutputParams & { | ||
transformers?: string[]; | ||
transformers?: (keyof typeof ConcourseTs.Utils.Transform)[]; | ||
}; | ||
export declare const run_transform_command: (params: TransformParams) => Promise<void>; |
Sorry, the diff of this file is not supported yet
58965
629