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 f4853de commit b50b1f0Copy full SHA for b50b1f0
backend/question/src/services/get/types.ts
@@ -25,7 +25,7 @@ export type IGetQuestionsResponse = IServiceResponse<{
25
* - attempted?: May need joining with users table, or not
26
*/
27
}>;
28
- isLastPage?: boolean;
+ totalQuestions: number;
29
30
31
//=============================================================================
0 commit comments