Skip to main content
Version: 8.9 (unreleased)

Type Alias: createDeploymentInput

type createDeploymentInput = Omit<createDeploymentBody, "resources"> & object;

Defined in: gen/CamundaClient.ts:156

Type Declaration

resources

resources: File[];