mirror of
https://github.com/otaviocc/Triton.git
synced 2026-01-30 04:04:27 +00:00
8 lines
161 B
Swift
8 lines
161 B
Swift
public struct CreateOrUpdatePasteRequest: Encodable, Sendable {
|
|
|
|
// MARK: - Properties
|
|
|
|
let title: String
|
|
let content: String
|
|
let listed: Bool
|
|
}
|