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