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

import Foundation

public struct GenLyricsRequestId: Codable, Equatable, Identifiable {
    public var id: String

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