parent
d45a9d3df8
commit
3054548010
|
@ -0,0 +1,13 @@
|
||||||
|
## Loopback Types
|
||||||
|
|
||||||
|
LoopBack APIs accept type descriptions [remote methods](#remote-methods), [loopback.createModel()](#model)). The following is a list of supported types.
|
||||||
|
|
||||||
|
- `null` - JSON null
|
||||||
|
- `Boolean` - JSON boolean
|
||||||
|
- `Number` - JSON number
|
||||||
|
- `String` - JSON string
|
||||||
|
- `Object` - JSON object
|
||||||
|
- `Array` - JSON array
|
||||||
|
- `Date` - a JavaScript date object
|
||||||
|
- `Buffer` - a node.js Buffer object
|
||||||
|
- [GeoPoint](#geopoint) - A Loopback GeoPoint object.
|
Loading…
Reference in New Issue