mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
Add fallback email to me dto
This commit is contained in:
@@ -27,7 +27,8 @@ import { Links } from "./hal";
|
||||
export type Me = {
|
||||
name: string;
|
||||
displayName: string;
|
||||
mail: string;
|
||||
mail?: string;
|
||||
fallbackMail?: string;
|
||||
groups: string[];
|
||||
_links: Links;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user