7 lines
120 B
Swift
7 lines
120 B
Swift
import Foundation
|
|
|
|
public struct URLResource: Codable, Sendable {
|
|
public let id: String
|
|
public let resource: String
|
|
}
|