export interface IVehicleListActionsEmit { unitType?: string; unitId?: number | null; isCloseSearch?: boolean; }