Skip to content

Commit 4a1f13e

Browse files
committed
fix documentation return value
1 parent 02c8f6b commit 4a1f13e

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
@@ -20,7 +20,7 @@ export class GetMyDataCollectionItems implements UseCase<MyDataCollectionItemSub
2020
* @param {number} [limit] - Limit for pagination (optional).
2121
* @param {number} [offset] - Offset for pagination (optional).
2222
* @param {string} [searchText] - filter by searching for this text in the results (optional).
23-
* * @returns {Promise<CollectionItemSubset>}
23+
* * @returns {Promise<MyDataCollectionItemSubset>}
2424
*/
2525
async execute(
2626
roleIds: number[],

0 commit comments

Comments
 (0)