diff --git a/src/contexts/Types.ts b/src/contexts/Types.ts new file mode 100644 index 0000000..9087c35 --- /dev/null +++ b/src/contexts/Types.ts @@ -0,0 +1,4 @@ +export interface IauthenticationResponse { + access: string; + refresh: string; +}