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

import Foundation

public struct HookLyricsResponse: Codable, Equatable {
    public var hookLyrics: [String: [AlignedLyricSchema]]

    public init(hookLyrics: [String: [AlignedLyricSchema]]) {
        self.hookLyrics = hookLyrics
    }
}
