ngx-admin/src/app/@core/data/user-response.ts

9 lines
171 B
TypeScript
Raw Normal View History

2020-05-22 14:39:54 +07:00
export interface UserResponse {
username: string,
value: UserRole[],
}
export interface UserRole {
resourcealias: string,
relationshiptypealias: string,
}