This commit is contained in:
Hadrien Croubois
2022-06-02 10:03:03 +02:00
committed by GitHub
parent 62f2c0531b
commit 5e00787199
10 changed files with 1317 additions and 2 deletions

View File

@ -21,4 +21,9 @@ module.exports = {
'For',
'Abstain',
),
Rounding: Enum(
'Down',
'Up',
'Zero',
),
};