mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-06 20:57:46 +00:00
11 lines
357 B
Swift
11 lines
357 B
Swift
// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
|
|
import Foundation
|
|
|
|
extension Operations {
|
|
/// images are always scaled proportionally. A value of '1' in minSize will make the smaller native dimension the dimension resized against.
|
|
public enum MinSize: Int, Codable, APIValue {
|
|
case zero = 0
|
|
case one = 1
|
|
}}
|