Skip to content

Commit 436d1bc

Browse files
lcawlswallez
andcommitted
Update typescript-generator/src/metamodel.ts
Co-authored-by: Sylvain Wallez <[email protected]>
1 parent aa0bcc3 commit 436d1bc

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)