Creates a valid SpaceMetadata.
Use your IDE suggestions for an enhanced development experience
const metadata = space({ title: 'Space #1', link: 'https://example.com/space.html', startsAt: '2028-10-01T00:00:00Z',}); Copy
const metadata = space({ title: 'Space #1', link: 'https://example.com/space.html', startsAt: '2028-10-01T00:00:00Z',});
Creates a valid SpaceMetadata.