I think we're done
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
public struct URLResource: Codable, Sendable {
|
||||
public struct URLResource: Codable, Sendable, Identifiable, Hashable, Equatable {
|
||||
public let id: String
|
||||
public let resource: String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user