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

19 lines
315 B
Swift

// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
import Foundation
extension Operations {
/// A model object
public struct SharedServers {
/// Creates an object
///
///
public init() {
}
}}
extension Operations.SharedServers: Codable {
}