Skip to content

Commit

Permalink
Add offset to PixivParams
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Feb 19, 2020
1 parent 3fc103d commit 64c0c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ export interface PixivParams {
sort?: 'date_desc' | 'date_asc' | 'popular_desc'
startDate?: string
endDate?: string
offset?: number
}
```

Expand Down
1 change: 1 addition & 0 deletions src/PixivTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export interface PixivParams {
sort?: 'date_desc' | 'date_asc' | 'popular_desc'
startDate?: string
endDate?: string
offset?: number
}

export interface PixivFetchOptions {
Expand Down

0 comments on commit 64c0c9e

Please sign in to comment.