# Packages
No description provided by the author
# Functions
NewInterpreter create new script interpreter.
NewOperation create new operation.
NewScriptEngine create new script engine.
# Constants
OpDisableGlobalNotification to disable global notification.
OpDrop to drop an article.
OpSendNotification to send a notification to all user devices.
OpSetCategory to set article category.
OpSetText to set article text.
OpSetTitle to set article title.
OpTriggerWebhook to trigger an outgoing webhook.
# Structs
Interpreter is a script interpreter.
Operation object.
ScriptEngine is the scripting engine.
ScriptInput is the paylod passed to the script.
# Type aliases
OperationName is the operation name.
OperationStack is a stack of operation.