UNPKG

@skybloxsystems/ticket-bot

Version:
9 lines (6 loc) 164 B
const mongoose = require('mongoose') const TicketKeys = mongoose.Schema({ OwnerID: String, Pro: Array }) module.exports = mongoose.model('Keys', TicketKeys)