UNPKG

@lark-project/cli

Version:

飞书项目插件开发工具

9 lines (8 loc) 197 B
export interface CheckpointEvent { phase?: number; step?: string; status?: string; ts?: string; [k: string]: unknown; } export declare function readEvents(): CheckpointEvent[];