Introduce pkg/mail.Addr

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2025-12-12 15:32:46 +01:00
parent cab9d6f2ed
commit c0b2a5702d
85 changed files with 842 additions and 646 deletions

View File

@@ -1,5 +1,5 @@
/**
* @generated SignedSource<<b7983d3d3c089aa0efebaab639de76fb>>
* @generated SignedSource<<5e4ec3cfaeb52bc478d496e37349880c>>
* @lightSyntaxTransform
* @nogrep
*/
@@ -21,7 +21,7 @@ export type MainLayoutQuery$data = {
readonly viewer: {
readonly id: string;
readonly user: {
readonly email: string;
readonly email: any;
readonly fullName: string;
};
};