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.
2 parents f4853de + b50b1f0 commit fc3bc9fCopy full SHA for fc3bc9f
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