• Creates a valid SpaceMetadata.

    Parameters

    • input: SpaceOptions

      Use your IDE suggestions for an enhanced development experience

    Returns SpaceMetadata

    Example

    const metadata = space({
    title: 'Space #1',
    link: 'https://example.com/space.html',
    startsAt: '2028-10-01T00:00:00Z',
    });