Type aliases
KeyLabels
KeyLabels: { customer: string; studio: string; token: string; user: string }
Type declaration
-
customer: string
-
studio: string
-
token: string
-
user: string
LoginResponse
Login
Response: { customer: object; studio: object; token: string; user: User }
Type declaration
-
customer: object
-
studio: object
-
token: string
-
ServerEndpoints
ServerEndpoints: { login: string; logout: string }
Type declaration
-
login: string
-
logout: string
User
User: { roles: string[] }
Storage key strings to store authentication details