@apistudio/apim-cli
Version:
CLI for API Management Products
12 lines • 345 B
TypeScript
/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
import { RefParserInterface } from '../models/interface.js';
export declare class RefParser implements RefParserInterface {
parseRef(ref: string): {
namespace?: string;
name: string;
version: string;
};
}
//# sourceMappingURL=ref.parser.d.ts.map