Delete types.md

Content moved to wiki.
This commit is contained in:
Rand McKinney 2013-11-21 15:19:01 -08:00
parent 4cd0432e7f
commit 9542783254
1 changed files with 0 additions and 13 deletions

View File

@ -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.