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 02c8f6b commit 4a1f13eCopy full SHA for 4a1f13e
src/collections/domain/useCases/GetMyDataCollectionItems.ts
@@ -20,7 +20,7 @@ export class GetMyDataCollectionItems implements UseCase<MyDataCollectionItemSub
20
* @param {number} [limit] - Limit for pagination (optional).
21
* @param {number} [offset] - Offset for pagination (optional).
22
* @param {string} [searchText] - filter by searching for this text in the results (optional).
23
- * * @returns {Promise<CollectionItemSubset>}
+ * * @returns {Promise<MyDataCollectionItemSubset>}
24
*/
25
async execute(
26
roleIds: number[],
0 commit comments