WplAi.AST.PointsConfig (WPL-AI v1.13.0)

Copy Markdown View Source

Points system configuration

Summary

Types

t()

@type t() :: %WplAi.AST.PointsConfig{
  enabled: boolean(),
  rules: [{String.t(), integer()}] | nil
}