From df4e7a1aa462f80df174c5ca9774e93012e0c374 Mon Sep 17 00:00:00 2001 From: G Date: Tue, 7 May 2024 10:45:47 +0000 Subject: [PATCH] rename to IAutnenticationData --- src/contexts/Types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contexts/Types.ts b/src/contexts/Types.ts index 9087c35..e831cc6 100644 --- a/src/contexts/Types.ts +++ b/src/contexts/Types.ts @@ -1,4 +1,4 @@ -export interface IauthenticationResponse { +export interface IauthenticationData { access: string; refresh: string; } -- libgit2 0.27.1