UNPKG

@szzbmy/lowcode-cli

Version:

🐇 lowcode-cli is an efficient cli tool for Rabbitpre plugin component secondary development. ❤️

6 lines (5 loc) 132 B
/** 获取schema数据 */ export declare function fetchSchemaData(query: { type: string; version: string; }): Promise<any>;