Initial commit

This commit is contained in:
15lu.akari
2025-08-24 14:44:50 +03:00
parent dca1ae410b
commit 5a583d9415
50 changed files with 2019 additions and 17 deletions

View File

@ -0,0 +1,8 @@
import Foundation
struct ArticleMedia: Decodable, Identifiable {
let id: String
let filename: String
let media_name: String
let media_type: Int
}