UNPKG

@gameroom/kit

Version:

Node kit for the Gameroom API

15 lines (13 loc) 261 B
const store = require('../store'), { Base } = store.models module.exports = store.define( 'Unit_Option', { // Relationships option_id: { type: String, default: null }, unit_id: { type: String, default: null } }, { extends: Base } )