// Copyright © 2020 Metabolist. All rights reserved. import Foundation public struct Application: Codable, Hashable { public let name: String public let website: String? }