export type Id = string; export type View = { id: Id; firstname: string; lastname: string; picture: URL['href']; text: string; };