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