IceCubesApp/Packages/Models/Sources/Models/NotificationsRequest.swift
2024-03-26 15:49:43 +01:00

8 lines
187 B
Swift

import Foundation
public struct NotificationsRequest: Identifiable, Decodable, Sendable {
public let id: String
public let account: Account
public let notificationsCount: String
}