• Creates a valid FeedMetadata.

    const metadata = feed({
    name: 'XYZ',
    title: 'Not Just Another Feed… or is it?',
    description: 'Bringing you one step closer to achieving absolutely nothing, but in style!',
    });

    Parameters

    • input: FeedOptions

      Use your IDE suggestions for an enhanced development experience

    Returns FeedMetadata