From dc12d17660bf9e92656c6abcb24ec7ce6ab3d675 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Thu, 2 Nov 2023 13:20:30 +0100
Subject: [PATCH] DojoGitlabCredentials => Add interface

---
 types/Dojo/DojoGitlabCredentials.ts | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 types/Dojo/DojoGitlabCredentials.ts

diff --git a/types/Dojo/DojoGitlabCredentials.ts b/types/Dojo/DojoGitlabCredentials.ts
new file mode 100644
index 0000000..be13de8
--- /dev/null
+++ b/types/Dojo/DojoGitlabCredentials.ts
@@ -0,0 +1,7 @@
+interface DojoGitlabCredentials {
+    refreshToken: string | null;
+    accessToken: string | null;
+}
+
+
+export default DojoGitlabCredentials;
\ No newline at end of file
-- 
GitLab