mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-13 22:54:52 -04:00
Initial commit
This commit is contained in:
parent
9197011230
commit
2ed311a818
184 changed files with 8052 additions and 2 deletions
14
Shared/HelperToolCommandRequest.swift
Normal file
14
Shared/HelperToolCommandRequest.swift
Normal file
|
@ -0,0 +1,14 @@
|
|||
//
|
||||
// HelperToolCommandRequest.swift
|
||||
// Mist
|
||||
//
|
||||
// Created by Nindi Gill on 21/6/2022.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct HelperToolCommandRequest: Codable {
|
||||
let type: HelperToolCommandType
|
||||
let arguments: [String]
|
||||
let environment: [String: String]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue