LensProfile
type LensProfile = { bio?: string; coverPicture?: string; name?: string; picture?: string;};
type bio = string;
type coverPicture = string;
type name = string;
type picture = string;
type LensProfile = { bio?: string; coverPicture?: string; name?: string; picture?: string;};
type bio = string;
type coverPicture = string;
type name = string;
type picture = string;