how to make enum extends two enums
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2023
03:41 AM
06-03-2023
03:41 AM
how to make enum extends two enums
I want the filter Type to inherit the two others filters, how i can do it ?
FilterType:
type: string
enum: [ and, or, not, match, wildcard, range, exist ]
TerminalFilterType:
type: string
enum: [ match, wildcard, range, exist ]
CompoundFilterType:
type: string
enum: [ and, or, not ]
Labels:
0 REPLIES 0
