mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-06 20:57:46 +00:00
14 lines
382 B
Swift
14 lines
382 B
Swift
// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
|
|
import Foundation
|
|
|
|
/// Top-level type used for grouping operations models
|
|
///
|
|
/// > Note: You do not need to interact with this type directly.
|
|
public enum Operations {}
|
|
|
|
/// Top-level type used for grouping shared models
|
|
///
|
|
/// > Note: You do not need to interact with this type directly.
|
|
public enum Shared {}
|