update lại thư mục cấu trúc mới của server nodejs và python
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import { ThreadType } from "../models/index.js";
|
||||
export type UndoPayload = {
|
||||
msgId: string | number;
|
||||
cliMsgId: string | number;
|
||||
};
|
||||
export type UndoResponse = {
|
||||
status: number;
|
||||
};
|
||||
export declare const undoFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (payload: UndoPayload, threadId: string, type?: ThreadType) => Promise<UndoResponse>;
|
||||
Reference in New Issue
Block a user