UNPKG

@lark-project/cli

Version:

飞书项目插件开发工具

9 lines (8 loc) 329 B
import { EFeaturePlatform } from "../../../types"; export declare function getCachedHTMLByPlatform(platform: EFeaturePlatform): string; export declare function downloadHTMLTemplateAndCache(options: { pageServerDomain: string; pluginId: string; platform: EFeaturePlatform; resourceId: string; }): Promise<string>;