feat(web): add user ID and name to transaction details for better tracking
This commit is contained in:
@@ -101,6 +101,8 @@ export type Transaction = {
|
||||
connectorNumber: number | null;
|
||||
idTag: string;
|
||||
idTagStatus: string | null;
|
||||
idTagUserId: string | null;
|
||||
idTagUserName: string | null;
|
||||
startTimestamp: string;
|
||||
stopTimestamp: string | null;
|
||||
startMeterValue: number | null;
|
||||
|
||||
Reference in New Issue
Block a user