2
0

restore backup and add opencode support

This commit is contained in:
2025-09-23 12:02:03 +02:00
parent b99d2ff835
commit c295660631
72 changed files with 7035 additions and 7198 deletions

View File

@@ -0,0 +1,8 @@
import { Graph } from '../models/graph.model';
export declare class NlsHistoryService {
history: any[];
constructor();
save(graphs: Graph[], config: any): void;
hash(graphs: any): string;
list(): any[];
}