Skip to content

Commit 746def1

Browse files
committed
Add AttributeCodable
1 parent a43c9d4 commit 746def1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Sources/CoreModel/Codable.swift

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
//
2+
// Codable.swift
3+
//
4+
//
5+
// Created by Alsey Coleman Miller on 8/18/23.
6+
//
7+
8+
import Foundation
9+
10+
public typealias AttributeCodable = AttributeEncodable & AttributeDecodable

0 commit comments

Comments
 (0)