Skip to content

Commit 728df66

Browse files
committed
fix return type in documentation
1 parent 47d8743 commit 728df66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collections/domain/useCases/GetMyDataCollectionItems.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class GetMyDataCollectionItems implements UseCase<CollectionItemSubset> {
2121
* @param {number} [selectedPage] - Offset (starting point) for pagination (optional).
2222
* @param {string} [searchText] - filter by searching for this text in the results (optional).
2323
* @param {string} [otherUserName] - filter by searching for this text in the results (optional).
24-
* * @returns {Promise<MyDataCollectionItemSubset>}
24+
* * @returns {Promise<CollectionItemSubset>}
2525
*/
2626
async execute(
2727
roleIds: number[],

0 commit comments

Comments
 (0)