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

import Foundation

public struct UserAnalyticsResponse: Codable, Equatable {
    public var hasCreatedSong: Bool

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