mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-06 04:20:52 +00:00
10 lines
250 B
Swift
10 lines
250 B
Swift
// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
|
|
import Foundation
|
|
|
|
extension Operations {
|
|
public enum GetTokenDetailsStatus: String, Codable, APIValue {
|
|
case online = "online"
|
|
case offline = "offline"
|
|
}}
|