8 lines
304 B
TypeScript
8 lines
304 B
TypeScript
import { Database } from "../DatabaseServices/Database";
|
|
import { Command } from "../Editor/CommandMachine";
|
|
export declare class Command_Purge implements Command {
|
|
NoHistory: boolean;
|
|
exec(): Promise<void>;
|
|
}
|
|
export declare function Purge(db: Database): void;
|
|
//# sourceMappingURL=Purge.d.ts.map
|