| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d49e9d2 commit 918db28
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -87,7 +87,11 @@ interface MetadataOptions { | |||
| 87 | 87 | ifMetagenerationNotMatch?: number | string; | |
| 88 | 88 | } | |
| 89 | 89 | ||
| 90 | - export type GetFilesResponse = [File[], {}, unknown]; | ||
| 90 | + export type GetFilesResponse = [ | ||
| 91 | + File[], | ||
| 92 | + (GetFilesOptions | {}) & Partial<Pick<GetFilesOptions, 'pageToken'>>, | ||
| 93 | + unknown, | ||
| 94 | + ]; | ||
| 91 | 95 | export interface GetFilesCallback { | |
| 92 | 96 | ( | |
| 93 | 97 | err: Error | null, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments