WplAi.AST.Notification (WPL-AI v1.8.0)

Copy Markdown View Source

Notification configuration

Summary

Types

t()

@type t() :: %WplAi.AST.Notification{
  enabled: boolean(),
  id: String.t(),
  message: String.t(),
  timing: {Duration.t(), String.t()} | nil
}