UNPKG

munar-plugin-emotes

Version:

Munar plugin for sharing reaction GIFs.

12 lines (9 loc) 183 B
import { UserModel } from 'munar-core' export class EmoteModel { static timestamps = true static schema = { _id: String, url: String, addedBy: UserModel.ref() } }