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; }