mirror of
https://github.com/otaviocc/Triton.git
synced 2026-01-29 19:54:27 +00:00
8 lines
127 B
Swift
8 lines
127 B
Swift
import Foundation
|
|
|
|
public struct UploadPictureRequest: Encodable, Sendable {
|
|
|
|
// MARK: - Properties
|
|
|
|
let pic: String
|
|
}
|