You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { Document } from 'cozy-doctypes'
import { TRIGGER_DOCTYPE } from 'doctypes'
// TODO to remove when
class Trigger extends Document {}
Trigger.doctype = TRIGGER_DOCTYPE
export default Trigger
Not to forget.
See https://github.com/cozy/cozy-store/pull/592/files
The text was updated successfully, but these errors were encountered: