UNPKG

@servable/server

Version:
7 lines (6 loc) 150 B
export default async ({ model, entityId, type }) => { const item = new model() item.entityId = entityId item.type = type return item.save() }