refactor user accounts structure
This commit is contained in:
@@ -4,7 +4,7 @@ import { FormControl } from '@angular/forms';
|
||||
import { Observable } from 'rxjs';
|
||||
|
||||
export interface ISelectItem {
|
||||
id: number;
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user