mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-09 14:01:55 -04:00
14 lines
240 B
Swift
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
|
|
}
|