mirror of
https://github.com/Redocly/redoc.git
synced 2025-03-04 01:45:47 +03:00
4 lines
79 B
TypeScript
4 lines
79 B
TypeScript
|
declare module "openapi-sampler" {
|
||
|
export function sample(schema:any):any;
|
||
|
}
|