-
-
Notifications
You must be signed in to change notification settings - Fork 503
Open
Labels
mswMSW related issuesMSW related issuesworkaroundA workaround has been providedA workaround has been provided
Description
When generating a type
MyType:
type: object
required:
- id
- myDate
properties:
id:
type: string
myDate
type: string
format: date
Then the generated msw code contains an mock with invalid type:
Types of property 'myDate' are incompatible.
Type 'string | undefined' is not assignable to type 'string'.
Type 'undefined' is not assignable to type 'string'.
Metadata
Metadata
Assignees
Labels
mswMSW related issuesMSW related issuesworkaroundA workaround has been providedA workaround has been provided