From f70d827b724d6a51899eb41cfbde878c5595f1d3 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Mon, 15 Jan 2024 10:44:35 +0100 Subject: [PATCH] chore: :technologist: update vscode config --- types.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 types.ts diff --git a/types.ts b/types.ts new file mode 100644 index 0000000..5c2e2ac --- /dev/null +++ b/types.ts @@ -0,0 +1,6 @@ +export interface User { + firstname: string + lastname: string + mail: string + groupes: string[] +}