UNPKG

@lark-project/cli

Version:

飞书项目插件开发工具

7 lines (6 loc) 404 B
import { QueryLocalConfigInput } from './transform/type'; declare const LOCAL_CONFIG_FILE = "point.config.local.json"; export declare function getLocalConfigPath(): string; export { LOCAL_CONFIG_FILE }; export declare function getLocalPointConfig(): Promise<QueryLocalConfigInput>; export declare function writeLocalPointConfig(remoteFeatures: QueryLocalConfigInput, overwrite?: boolean): Promise<void>;