export enum QrCodeType { VEHICLE = 'VEHICLE', STOP = 'STOP', UNKNOWN = 'UNKNOWN', }