Files
EeveeSpotifyReborn/Sources/EeveeSpotify/Lyrics/Models/Musixmatch/MusixmatchTime.swift
T

5 lines
76 B
Swift

import Foundation
struct MusixmatchTime: Decodable {
var total: Float
}