Files
plexswift/Sources/Plexswift/internal/models/LibrarySectionID+Serialization.swift

11 lines
244 B
Swift

// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
import Foundation
extension Operations.LibrarySectionID: Serializable {
func serialize(with format: SerializableFormat) throws -> String {
return ""
}
}