mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-06 12:47:44 +00:00
12 lines
277 B
Swift
12 lines
277 B
Swift
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
|
|
import Foundation
|
|
|
|
extension Operations {
|
|
/// allow images to be resized beyond native dimensions.
|
|
public enum Upscale: Int, Codable, APIValue {
|
|
case zero = 0
|
|
case one = 1
|
|
}
|
|
}
|