The define API is used to declare fields with a strong data type that you will be using in your programsuse in your Profound.js modules. All IBM i data types are available.
To declare fields that are loosely typed, use the var clause in JavaScript instead.
Parameters
- Field name (string)
- Config (object)
...