UNPKG

@mountyco/mongoose-wayback

Version:
3 lines (2 loc) 198 B
import { Action } from "../model/wayback"; export declare const logit: (entityId: string, entityName: string, action: Action, oldModel: Object, newModel: Object, user: unknown) => Promise<boolean>;