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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Billing {
    public var clips: Clips {
        Clips(path: path + "/clips")
    }

    public struct Clips {
        /// Path: `/api/billing/clips`
        public let path: String
    }
}
