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 a3af846 commit 02904c7Copy full SHA for 02904c7
src/apis/dashboard.request.ts
@@ -10,7 +10,7 @@ type SortType = {
10
export const postList = async (
11
props: InitType<PostListDto>,
12
sort: SortType,
13
- cursor?: number | string,
+ cursor?: string,
14
) =>
15
await instance<null, PostListDto>(
16
cursor
0 commit comments