update lại thư mục cấu trúc mới của server nodejs và python
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
export type RemoveQuickMessageResponse = {
|
||||
itemIds: number[];
|
||||
version: number;
|
||||
};
|
||||
export declare const removeQuickMessageFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (itemIds: number | number[]) => Promise<RemoveQuickMessageResponse>;
|
||||
Reference in New Issue
Block a user