Front: Type authentication string for more clarity
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
type AuthToken = string;
|
||||
|
||||
export default AuthToken;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
type AuthToken = string;
|
||||
|
||||
export default AuthToken;
|
||||