Mist/Shared/HelperToolCommandType.swift
2023-11-19 19:30:28 +11:00

14 lines
240 B
Swift

//
// HelperToolCommandType.swift
// Mist
//
// Created by Nindi Gill on 21/6/2022.
//
enum HelperToolCommandType: String, Codable {
case remove
case fileAttributes
case installer
case createinstallmedia
case kill
}