@gameroom/cli
Version:
A command line tool for Gameroom
18 lines (16 loc) • 357 B
JavaScript
const Checkout = require('./Checkout'),
Image = require('./Image'),
Inventory_Level = require('./Inventory_Level'),
Location = require('./Location'),
Order = require('./Order'),
Product = require('./Product'),
Variant = require('./Variant')
module.exports = {
Checkout,
Image,
Inventory_Level,
Location,
Order,
Product,
Variant
}