-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Right now, the code is trying to type API models with TypeScript interfaces, like this::
| .requiredSkills?.map(x => <IOperatorSkillCapability>{ |
requiredSkills: workstation.data .requiredSkills?.map(x => <IOperatorSkillCapability>{ name: x })
Additional context
IOperatorSkillCapability doesn’t exist anymore. Even if it did, interfaces can’t be used for API models. Instead use classes.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working