import React from "react"; type Metas = { Title?:string, Description?:string }; export const Meta:Metas = { Title:"hey" };