@lark-project/cli
Version:
飞书项目插件开发工具
9 lines (8 loc) • 435 B
TypeScript
import { APIGetAppIntegratePointDraftWithDescriptionInfoResponse } from './backend';
import { QueryLocalConfigInput } from './type';
/**
* 主入口:把符合 yaml schema 的对象转换为后端 point_info_map。
*/
export declare function transformQueryLocalConfig(input: QueryLocalConfigInput, options?: {
fallbackIconUrl?: string;
}): NonNullable<APIGetAppIntegratePointDraftWithDescriptionInfoResponse['point_info_map']>;