UNPKG

munar-plugin-triggers

Version:

Munar plugin for sharing reaction GIFs.

12 lines (9 loc) 187 B
import { UserModel } from 'munar-core' export class TriggerModel { static timestamps = true static schema = { _id: String, response: String, user: UserModel.ref() } }