We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530b308 commit d3cc8c7Copy full SHA for d3cc8c7
types/index.d.ts
@@ -28,20 +28,20 @@ declare module 'qzone-api' {
28
albumid: string
29
ps?: number | string
30
pn?: number | string
31
- }): {
+ }): Promise<{
32
album: any
33
finish: number
34
list_count: number
35
total_count: number
36
photos: any
37
- }
+ }>
38
39
export function getAlbumList(params: {
40
p_uin: string
41
p_skey: string
42
g_tk: number | string
43
res_uin: string
44
45
attach_info: string
46
auto_load: number
47
has_more: number
@@ -69,5 +69,5 @@ declare module 'qzone-api' {
69
uploadnum: number
70
}
71
}>
72
73
0 commit comments