Page MenuHomeSealhub

Sealious Collection — add a .fetchOne method
Open, NormalPublic1 Points

Description

Add a .fetchOne method to the Collection class that works similar to .fetch, but returns only one item — so its return type is exactly Promise<CollectionItem<C>>