mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-06 12:47:44 +00:00
10 lines
229 B
Swift
10 lines
229 B
Swift
// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
|
|
import Foundation
|
|
|
|
extension Operations {
|
|
public enum GetMediaMetaDataLibrary1: Int, Codable, APIValue {
|
|
case zero = 0
|
|
case one = 1
|
|
}}
|