Skip to content

Commit 67c3d96

Browse files
committed
actually import StringEnum
1 parent 1a736ef commit 67c3d96

File tree

1 file changed

+1
-1
lines changed
  • examples/guide-supported-types-examples

1 file changed

+1
-1
lines changed

examples/guide-supported-types-examples/enums.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
return_number_option,
99
return_string_option,
1010
NumberEnum,
11-
// nothing generated for StringEnum :(
11+
StringEnum,
1212
} from "./guide_supported_types_examples";
1313

1414
take_enum_number(NumberEnum.Foo);

0 commit comments

Comments
 (0)