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
2024-11-23 17:13:44 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c24668938e
redoc
/
typings
/
openapi-sampler.d.ts
4 lines
93 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Continue migrating to TS
2016-06-06 19:32:20 +03:00
declare
module
"openapi-sampler"
{
Don't show readOnly fields in request samples (fixes #59)
2016-06-18 21:02:01 +03:00
export
function
sample
(
schema
:
any
,
options?
:
any
)
:
any
;
Continue migrating to TS
2016-06-06 19:32:20 +03:00
}
Reference in New Issue
Copy Permalink