export interface Tool { icon?: string name: string } export interface FlameGraphResult { key: string script_err: string fold_err: string graph_err: string }