UNPKG

@gameroom/gameroom-kit

Version:

Node kit for the Gameroom API

10 lines (8 loc) 228 B
const store = require('../store'); module.exports = store.define('Unit_Option', { // Relationships option_id: {type: String, default: null}, unit_id: {type: String, default: null}, }, { resourceName: 'unit_options' });