update lại thư mục cấu trúc mới của server nodejs và python
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import type { ThreadType } from "../models/Enum.js";
|
||||
export type UpdateArchivedChatListTarget = {
|
||||
id: string;
|
||||
type: ThreadType;
|
||||
};
|
||||
export type UpdateArchivedChatListResponse = {
|
||||
needResync: boolean;
|
||||
version: number;
|
||||
};
|
||||
export declare const updateArchivedChatListFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (isArchived: boolean, conversations: UpdateArchivedChatListTarget | UpdateArchivedChatListTarget[]) => Promise<UpdateArchivedChatListResponse>;
|
||||
Reference in New Issue
Block a user