Creates a valid GroupMetadata.
const metadata = group({ name: 'XYZ', slug: 'xyz', description: 'Bringing you one step closer to achieving absolutely nothing, but in style!', icon: 'lens://BsdfA...',}); Copy
const metadata = group({ name: 'XYZ', slug: 'xyz', description: 'Bringing you one step closer to achieving absolutely nothing, but in style!', icon: 'lens://BsdfA...',});
Use your IDE suggestions for an enhanced development experience
Creates a valid GroupMetadata.