// Generated by Create API
// https://github.com/CreateAPI/CreateAPI

import Foundation
import Get
import URLQueryEncoder

extension Paths.Edit {
    public var stems: Stems {
        Stems(path: path + "/stems")
    }

    public struct Stems {
        /// Path: `/api/edit/stems`
        public let path: String
    }
}
