Kuru/Example/Kuru Example/Utils/Entities/KMeasure.swift

14 lines
188 B
Swift

//
// KMeasure.swift
// Kuru Example
//
// Created by Alejandro Zalazar on 18/04/2022.
//
import Foundation
struct KMeasure: Codable {
let type: KMeasureType
let value: Int
}