UNPKG

@arpinum/ddd

Version:
9 lines (6 loc) 193 B
const t = require('tcomb'); const AggregateRootContract = t.interface({ id: t.String, aggregateName: t.String }, {name: 'AggregateRootContract'}); module.exports = AggregateRootContract;