UNPKG

@lark-project/cli

Version:

飞书项目插件开发工具

12 lines (11 loc) 326 B
interface PermErrorCheckResult { permError: boolean; msg: string; } export declare function checkPermError(e: unknown): PermErrorCheckResult; export declare function readValidCA(): Promise<{ key: string; cert: string; }>; export declare function generateCA(): Promise<import("mkcert").Certificate>; export {};