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!',}); Copy
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!',});
Use your IDE suggestions for an enhanced development experience
Creates a valid FeedMetadata.