-
Notifications
You must be signed in to change notification settings - Fork 1
Type reference
JordanL2 edited this page May 25, 2020
·
4 revisions
| Type | Identifier |
|---|---|
| Number | number |
| Boolean | boolean |
| String | string |
| Date | date |
| Array | array |
| Array of specific type | array[<type>] (e.g. array[number]) |