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 47d8743 commit 728df66Copy full SHA for 728df66
src/collections/domain/useCases/GetMyDataCollectionItems.ts
@@ -21,7 +21,7 @@ export class GetMyDataCollectionItems implements UseCase<CollectionItemSubset> {
21
* @param {number} [selectedPage] - Offset (starting point) for pagination (optional).
22
* @param {string} [searchText] - filter by searching for this text in the results (optional).
23
* @param {string} [otherUserName] - filter by searching for this text in the results (optional).
24
- * * @returns {Promise<MyDataCollectionItemSubset>}
+ * * @returns {Promise<CollectionItemSubset>}
25
*/
26
async execute(
27
roleIds: number[],
0 commit comments