We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7c7d9 commit 31432e2Copy full SHA for 31432e2
src/client/options.ts
@@ -2,9 +2,9 @@ import { Tagging } from '../entities/Tagging';
2
3
export interface PaginationOptions {
4
/** ページ番号 (1から100まで) */
5
- page?: string;
+ page?: number;
6
/** 1ページあたりに含まれる要素数 (1から100まで) */
7
- per_page?: string;
+ per_page?: number;
8
}
9
10
export interface FetchTagsOptions extends PaginationOptions {
0 commit comments