Last updated 1 year ago
Returns collection info for specified collection
export type GetCollectionProps = { collectionId: string; }
const collection = await assetlayer.collections.getCollection({ collectionId: 'collectionId' });
type ReturnType = Collection;