Type Alias AppType

AppType: "INTEGRATION" | "DEPLOYER" | "CLIENT" | "NOTIFIER"

App type. Mirrors APP_TYPE in macs-node-sdk/lib/app/models/app.js.

  • INTEGRATION: outbound integration (e.g. Slack, GitHub)
  • DEPLOYER: packaged deployer that installs other resources
  • CLIENT: app-as-OAuth-client (installable Mosaia client)
  • NOTIFIER: publishes events to an external destination