restore backup and add opencode support
This commit is contained in:
8
dist/nls-guilloche/nls/services/history.service.d.ts
vendored
Normal file
8
dist/nls-guilloche/nls/services/history.service.d.ts
vendored
Normal 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[];
|
||||
}
|
||||
Reference in New Issue
Block a user