parent
4cd0432e7f
commit
9542783254
|
@ -1,13 +0,0 @@
|
||||||
## 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