add login service

This commit is contained in:
Zuhdan Ubay 2020-05-22 14:39:54 +07:00
parent cdf458488a
commit d5bf1ab388
22 changed files with 1632 additions and 159 deletions

View file

@ -0,0 +1,9 @@
export interface UserResponse {
username: string,
value: UserRole[],
}
export interface UserRole {
resourcealias: string,
relationshiptypealias: string,
}