13 lines
169 B
Swift
13 lines
169 B
Swift
//
|
|
// GetMemberCanResponse.swift
|
|
// SodaLive
|
|
//
|
|
// Created by klaus on 2023/08/14.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
struct GetMemberCanResponse: Decodable {
|
|
let can: Int
|
|
}
|