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