This website requires JavaScript.
Explore
Help
Register
Sign In
Redocly
/
redoc
Watch
1
Star
1
Fork
0
You've already forked redoc
mirror of
https://github.com/Redocly/redoc.git
synced
2025-03-10 21:05:47 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b33ac554dc
redoc
/
src
/
types
/
index.ts
4 lines
100 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Initial React rewrite
2017-10-12 00:01:37 +03:00
export
*
from
'./open-api'
;
feat: support x-discriminator for OpenAPI 2 related to #496
2018-05-29 17:46:06 +03:00
export
type
Omit
<
T
,
K
extends
keyof
T
>
=
Pick
<
T
,
Exclude
<
keyof
T
,
K
>
>
;
Reference in New Issue
Copy Permalink