CustomizationTaskInput interface
Input for a Task.
Properties
| description | Description of the input. |
| required | Whether or not the input is required. |
| type | Type of the input. |
Property Details
description
Description of the input.
description?: string
Property Value
string
required
Whether or not the input is required.
required?: boolean
Property Value
boolean
type
Type of the input.
type?: string
Property Value
string