UNPKG

foxx_generator

Version:

Generate Foxx APIs using Statecharts and Domain Driven Design

19 lines (15 loc) 330 B
(function () { 'use strict'; var Foxx = require('org/arangodb/foxx'), Model; Model = Foxx.Model.extend({ forClient: function () { var properties = Foxx.Model.prototype.forClient.call(this); return { properties: properties, links: [] }; } }); exports.Model = Model; }());