type NFTMediaInfo = { poster: string | undefined; src: string };
type poster = string | undefined;
type src = string;