update lại thư mục cấu trúc mới của server nodejs và python
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
export type GetAvatarListResponse = {
|
||||
albumId: string;
|
||||
nextPhotoId: string;
|
||||
hasMore: number;
|
||||
photos: {
|
||||
photoId: string;
|
||||
thumbnail: string;
|
||||
url: string;
|
||||
bkUrl: string;
|
||||
}[];
|
||||
};
|
||||
export declare const getAvatarListFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (count?: number, page?: number) => Promise<GetAvatarListResponse>;
|
||||
Reference in New Issue
Block a user