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

import Foundation

public struct AblyClientIdResponse: Codable, Equatable {
    public var clientId: String

    public init(clientId: String) {
        self.clientId = clientId
    }
}
