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