UNPKG

munar-plugin-karma

Version:

Munar plugin that allows users to give each other internet points.

13 lines (10 loc) 271 B
import { UserModel } from 'munar-core' export default class Karma { static timestamps = true static schema = { target: UserModel.ref({ index: true }), giver: UserModel.ref({ index: true }), amount: { type: Number, default: 1 }, reason: String } }