ngx-admin/src/app/@core/data/user-response.ts
2020-05-22 14:39:54 +07:00

9 lines
No EOL
171 B
TypeScript

export interface UserResponse {
username: string,
value: UserRole[],
}
export interface UserRole {
resourcealias: string,
relationshiptypealias: string,
}