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

import Foundation

public struct CloneProjectSchema: Codable, Equatable {
    public var title: String?

    public init(title: String? = nil) {
        self.title = title
    }
}
