Last updated 1 year ago
Returns collection info for specified collections
type GetCollectionsProps = { collectionIds: string[]; }
const collections = await assetlayer.collections.getCollections({ collectionIds: ['collectionId_1', 'collectionId_2'] });
type ReturnType = Collection[];