@apistudio/apim-cli
Version:
CLI for API Management Products
9 lines • 383 B
TypeScript
/**
* Example usage of the exported schema types
*/
import { Api, Product, Plan } from './api-model-kinds-exports.js';
declare const createApiExample: () => Api;
declare const createProductExample: () => Product;
declare const createPlanExample: () => Plan;
export { createApiExample, createProductExample, createPlanExample };
//# sourceMappingURL=api-model-kinds-example.d.ts.map