Skip to content

CmsOperation = "update-one" | "insert-one" | "remove-one"

Type for CMS operations that can trigger a callback

Description

Supported CMS operations:

  • 'update-one': Triggered when updating a single document in the CMS
  • 'insert-one': Triggered when inserting a new document in the CMS
  • 'remove-one': Triggered when removing a document from the CMS