회원탈퇴 페이지 추가
This commit is contained in:
13
SodaLive/Sources/Settings/SignOut/SignOutRequest.swift
Normal file
13
SodaLive/Sources/Settings/SignOut/SignOutRequest.swift
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// SignOutRequest.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/10.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct SignOutRequest: Encodable {
|
||||
let reason: String
|
||||
let password: String
|
||||
}
|
Reference in New Issue
Block a user