// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. import Foundation extension Operations { /// The state of the media item public enum State: String, Codable, APIValue { case playing = "playing" case paused = "paused" case stopped = "stopped" } }