interface Users {
email: string;
firstName: string;
id: string;
lastName: string;
username: string;
}
export type { Users };