### Description Is the typing for `enablement` and `when` strictly only `Expr` ? https://github.com/pyapp-kit/app-model/blob/8289d03f3b4fb73f886e36bc53132cc48b32d941/src/app_model/types/_command_rule.py#L66 I thought the typing would be: https://github.com/pyapp-kit/app-model/blob/8289d03f3b4fb73f886e36bc53132cc48b32d941/src/app_model/expressions/_expressions.py#L81 Indeed I see in app-model tests a string is used: https://github.com/pyapp-kit/app-model/blob/8289d03f3b4fb73f886e36bc53132cc48b32d941/tests/conftest.py#L140
Description
Is the typing for
enablementandwhenstrictly onlyExpr?app-model/src/app_model/types/_command_rule.py
Line 66 in 8289d03
I thought the typing would be:
app-model/src/app_model/expressions/_expressions.py
Line 81 in 8289d03
Indeed I see in app-model tests a string is used:
app-model/tests/conftest.py
Line 140 in 8289d03