feat: Working on mocks and mock storage.

This commit is contained in:
2025-01-16 17:00:19 -05:00
parent b6e7fe915f
commit 09b46f672a
4 changed files with 142 additions and 7 deletions

View File

@@ -40,6 +40,8 @@ public struct PurchaseOrder: Codable, Equatable, Identifiable, Sendable {
}
public extension PurchaseOrder {
// TODO: Add created by id.
struct Create: Codable, Sendable {
public let id: Int?