We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd47d7e commit a1b90b9Copy full SHA for a1b90b9
1 file changed
Sources/CEExtensionKit/ExtensionManifest.swift
@@ -0,0 +1,13 @@
1
+//
2
+// ExtensionManifest.swift
3
4
5
+// Created by Pavel Kasila on 27.03.22.
6
7
+
8
+import Foundation
9
10
+public struct ExtensionManifest: Codable, Identifiable, Hashable {
11
+ public var id: String
12
+ public var displayName: String
13
+}
0 commit comments