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

import Foundation

public struct SubscriptionSyncSchemaResponse: Codable, Equatable {
    public var ok: Bool

    public init(ok: Bool) {
        self.ok = ok
    }
}
