Skip to content

Commit ade16d4

Browse files
lcawlswallez
andauthored
Update typescript-generator/src/metamodel.ts
Co-authored-by: Sylvain Wallez <[email protected]>
1 parent 9190624 commit ade16d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-generator/src/metamodel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ export class Request extends BaseType {
301301
body: Body
302302
behaviors?: Behavior[]
303303
attachedBehaviors?: string[]
304-
examples?: Map<string, Example>
304+
examples?: Record<string, Example>
305305
}
306306

307307
/**

0 commit comments

Comments
 (0)