Files
phbar/Sources/phbar/Models/Config/PHConfig.swift
T

4 lines
59 B
Swift

struct PHConfig: Decodable {
let env: [String: String]?
}