Skip to content

Type.TypeAlias.TaskInput

DecentM edited this page Jan 16, 2026 · 26 revisions

@decentm/concourse-ts / Type / TaskInput

Type Alias: TaskInput<TransferType>

TaskInput<TransferType>: object

Defined in: declarations/types.ts:190

https://concourse-ci.org/docs/tasks/#input-schema

TransferType is for specifying input and output names to keep user codebase type-safe.

Type Parameters

TransferType extends string

Type declaration

name

name: TransferType

optional?

optional optional: boolean

path?

optional path: DirPath

Clone this wiki locally