2022-02-16 11:15:31 +08:00
|
|
|
import { Database } from "../DatabaseServices/Database";
|
2021-01-28 10:17:21 +08:00
|
|
|
import { Command } from "../Editor/CommandMachine";
|
|
|
|
export declare class Command_Insert implements Command {
|
|
|
|
exec(): Promise<void>;
|
|
|
|
}
|
2022-02-16 11:15:31 +08:00
|
|
|
export declare function InsertDocument(fid: string): Promise<void>;
|
|
|
|
export declare function InsertDatabase(db: Database): Promise<void>;
|
2021-01-28 10:17:21 +08:00
|
|
|
//# sourceMappingURL=Insert.d.ts.map
|