You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PropertyDto:
type: object
properties:
value:
type: object
description: value can be any value. (strıng, number... or a object)
What happens?
Orval generates for "value" a record like type {[key: string]: value }
What were you expecting to happen?
because of generic nature of object, it should produce something that is compatible to any.
For me the perfect thing where to convert it into "unknown", So i have to check the real type.
The text was updated successfully, but these errors were encountered:
What are the steps to reproduce this issue?
What happens?
Orval generates for "value" a record like type {[key: string]: value }
What were you expecting to happen?
because of generic nature of object, it should produce something that is compatible to any.
For me the perfect thing where to convert it into "unknown", So i have to check the real type.
The text was updated successfully, but these errors were encountered: