sodalive-ios/SodaLive/Sources/MyPage/Auth/AuthResponse.swift

11 lines
133 B
Swift

//
// AuthResponse.swift
// SodaLive
//
// Created by klaus on 2/3/25.
//
struct AuthResponse: Decodable {
let gender: Int
}