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 GetFullAvatarResponse = {
|
||||
bk_full_avatar: string;
|
||||
full_avatar: string;
|
||||
};
|
||||
export declare const getFullAvatarFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (friendId: string) => Promise<GetFullAvatarResponse>;
|
||||
Reference in New Issue
Block a user