456 B
456 B
Loopback Types
LoopBack APIs accept type descriptions remote methods, loopback.createModel()). The following is a list of supported types.
null
- JSON nullBoolean
- JSON booleanNumber
- JSON numberString
- JSON stringObject
- JSON objectArray
- JSON arrayDate
- a JavaScript date objectBuffer
- a node.js Buffer object- GeoPoint - A Loopback GeoPoint object.