CHGenerator/Sources/Generator/Files/ImageJob.swift

15 lines
164 B
Swift
Raw Normal View History

2022-12-04 19:15:22 +01:00
import Foundation
struct ImageJob {
let destination: String
let width: Int
let path: String
let quality: Float
let alwaysGenerate: Bool
}