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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Invite {
    public var ios: Ios {
        Ios(path: path + "/ios")
    }

    public struct Ios {
        /// Path: `/api/invite/ios`
        public let path: String
    }
}
