CHGenerator/Sources/Generator/Files/ImageJob.swift
2022-12-04 19:15:22 +01:00

15 lines
164 B
Swift

import Foundation
struct ImageJob {
let destination: String
let width: Int
let path: String
let quality: Float
let alwaysGenerate: Bool
}