Skip to content

Commit d3cc8c7

Browse files
author
u3u
committed
[ci skip] update d.ts
1 parent 530b308 commit d3cc8c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

types/index.d.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ declare module 'qzone-api' {
2828
albumid: string
2929
ps?: number | string
3030
pn?: number | string
31-
}): {
31+
}): Promise<{
3232
album: any
3333
finish: number
3434
list_count: number
3535
total_count: number
3636
photos: any
37-
}
37+
}>
3838

3939
export function getAlbumList(params: {
4040
p_uin: string
4141
p_skey: string
4242
g_tk: number | string
4343
res_uin: string
44-
}): {
44+
}): Promise<{
4545
attach_info: string
4646
auto_load: number
4747
has_more: number
@@ -69,5 +69,5 @@ declare module 'qzone-api' {
6969
uploadnum: number
7070
}
7171
}>
72-
}
72+
}>
7373
}

0 commit comments

Comments
 (0)