Blame view
node_modules/loopback/common/models/email.json
278 Bytes
f7563de62
|
1 2 3 4 5 6 7 8 9 10 11 |
{ "name": "Email", "base": "Model", "properties": { "to": {"type": "String", "required": true}, "from": {"type": "String", "required": true}, "subject": {"type": "String", "required": true}, "text": {"type": "String"}, "html": {"type": "String"} } } |