// Copyright © 2020 Metabolist. All rights reserved. import Foundation public struct AlertItem: Identifiable { public let id = UUID() public let error: Error }