diff --git a/vexflow/vexflow.d.ts b/vexflow/vexflow.d.ts index 4c792d77c..3a66c318a 100644 --- a/vexflow/vexflow.d.ts +++ b/vexflow/vexflow.d.ts @@ -1051,7 +1051,7 @@ declare module Vex { } export module Stroke { - enum Type {BRUSH_DOWN, BRUSH_UP, ROLL_DOWN, ROLL_UP, RASQUEDO_DOWN, RASQUEDO_UP} + const enum Type {BRUSH_DOWN, BRUSH_UP, ROLL_DOWN, ROLL_UP, RASQUEDO_DOWN, RASQUEDO_UP} } class Stroke extends Modifier {