Skip to content

Commit d3b3101

Browse files
committed
fix(scala): fix ConstrainedEnumModel type reference
1 parent 0d5e818 commit d3b3101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/scala/ScalaConstrainer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Constraints } from '../../helpers';
2-
import { ConstrainedEnumValueModel } from '../../models';
2+
import { ConstrainedEnumValueModel,ConstrainedEnumModel } from '../../models';
33
import {
44
defaultEnumKeyConstraints,
55
defaultEnumValueConstraints

0 commit comments

Comments
 (0)