Skip to content

Commit 3c5b391

Browse files
committed
feat: multipart
1 parent 7f46b05 commit 3c5b391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/AppwriteEnums/ImageFormat.swift

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ public enum ImageFormat: String, Codable {
66
case gif = "gif"
77
case png = "png"
88
case webp = "webp"
9+
case avif = "avif"
910

1011
public func encode(to encoder: Encoder) throws {
1112
var container = encoder.singleValueContainer()

0 commit comments

Comments
 (0)