We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e9b56 commit 85ca9f3Copy full SHA for 85ca9f3
UX Data Broker Transform/starter-template/readme.md
@@ -13,7 +13,7 @@ This repository provides a starter template for creating Transform Data Brokers
13
14
```javascript
15
/**
16
- * @param {{param1: string, param2: number, param3: [boolean]}} inputs
+ * @param {{param1: string, param2: number, param3?: boolean}} inputs
17
* Inputs from the properties field above; param1 and param2 are mandatory.
18
* @returns {string} The value returned after transformation.
19
*/
0 commit comments