UNPKG

@lark-project/cli

Version:

飞书项目插件开发工具

7 lines (6 loc) 393 B
import { APIGetAppIntegratePointDraftWithDescriptionInfoResponse } from './backend'; import { QueryLocalConfigInput } from './type'; /** * 反向:把后端 point_info_map 结构转换回本地 YAML 对应的前端结构。 */ export declare function reverseTransformQueryLocalConfig(input: APIGetAppIntegratePointDraftWithDescriptionInfoResponse['point_info_map']): QueryLocalConfigInput;