fix: deduplicate account vehicle permissions
This commit is contained in:
@@ -36,11 +36,17 @@ export interface AdminUser {
|
||||
externalSubject?: string;
|
||||
menuKeys: string[];
|
||||
vehicleVins: string[];
|
||||
vehicles: AdminVehicleGrant[];
|
||||
lastLoginAt?: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
}
|
||||
|
||||
export interface AdminVehicleGrant {
|
||||
vin: string;
|
||||
plate: string;
|
||||
}
|
||||
|
||||
export interface CustomerUserInput {
|
||||
username?: string;
|
||||
displayName: string;
|
||||
|
||||
Reference in New Issue
Block a user