Type Alias: CreateFavouriteCollection()
CreateFavouriteCollection: (
favouriteCollectionName
,collectionType
) =>Promise
<boolean
>
Parameters
• favouriteCollectionName: string
Name of the collection
• collectionType: "private"
| "public"
Type of the collection
Returns
Promise
<boolean
>
If true
creation was successful