feat: enhance models and services with Sendable conformance, add preview data for debugging

This commit is contained in:
2026-03-14 07:18:35 +07:00
parent a4b475b13f
commit 758f5ec05f
17 changed files with 851 additions and 198 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import Foundation
struct TokenPair: Codable {
struct TokenPair: Codable, Sendable {
let accessToken: String
let refreshToken: String
let expiresAt: Date