mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 03:16:48 +03:00
4 lines
93 B
TypeScript
4 lines
93 B
TypeScript
declare module "openapi-sampler" {
|
|
export function sample(schema:any, options?:any):any;
|
|
}
|