LensProfile

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