ProfileMetadataFragment: {
    __typename: "ProfileMetadata";
    appId: string | null;
    attributes: {
        key: string;
        type: MetadataAttributeType;
        value: string;
    }[] | null;
    bio: string | null;
    coverPicture: ProfileCoverSetFragment | null;
    displayName: string | null;
    picture: ProfilePictureSetFragment | NftImageFragment | null;
    rawURI: string;
}

Type declaration