4 lines
59 B
Swift
4 lines
59 B
Swift
struct PHConfig: Decodable {
|
|
let env: [String: String]?
|
|
}
|
struct PHConfig: Decodable {
|
|
let env: [String: String]?
|
|
}
|