unconst enum

This commit is contained in:
Rik Berkelder 2021-01-29 20:54:46 +01:00
parent 6419b3f162
commit 019329fd8f
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
declare module 'osc-min' {
export const enum OSCType {
export enum OSCType {
String = 'string',
Float = 'float',
Integer = 'integer',