UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

8 lines 327 B
/** * Returns the default versions for all schema components * @returns Record of component names to their default API versions */ export declare function getDefaultVersions(): Record<string, string>; declare const _default: Record<string, string>; export default _default; //# sourceMappingURL=smith-defaultVersion.d.ts.map