mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-14 07:04:51 -04:00
Initial commit
This commit is contained in:
parent
9197011230
commit
2ed311a818
184 changed files with 8052 additions and 2 deletions
14
Shared/HelperToolCommandResponse.swift
Normal file
14
Shared/HelperToolCommandResponse.swift
Normal file
|
@ -0,0 +1,14 @@
|
|||
//
|
||||
// HelperToolCommandResponse.swift
|
||||
// Mist
|
||||
//
|
||||
// Created by Nindi Gill on 21/6/2022.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct HelperToolCommandResponse: Codable {
|
||||
let terminationStatus: Int32
|
||||
let standardOutput: String?
|
||||
let standardError: String?
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue