Files
plexswift/Sources/Plexswift/models/operations/GetRecentlyAdded1.swift

10 lines
222 B
Swift

// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
import Foundation
extension Operations {
public enum GetRecentlyAdded1: Int, Codable, APIValue {
case zero = 0
case one = 1
}}