type IntendedUser = {
name: string;
emails: string[];
};
type IntendedLink = {
filename: string | null,
filetype: string | null