UNPKG

@autorest/openapi-to-typespec

Version:

Autorest plugin to scaffold a Typespec definition from an OpenAPI document

3 lines 199 B
import { TypespecAlias, TypespecObject } from "../interfaces"; export declare function addCorePageAlias(typespecObject: TypespecObject): TypespecAlias | undefined; //# sourceMappingURL=alias.d.ts.map