Skip to content

Commit e0cb492

Browse files
fix(appwrite): export and document format types
Co-authored-by: Matt Kane <m@mk.gg>
1 parent 9c114c3 commit e0cb492

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/providers/appwrite.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
toUrl,
1414
} from "../utils.ts";
1515

16-
type AppwriteOutputFormats =
16+
export type AppwriteOutputFormats =
1717
| ImageFormat
1818
| "gif";
1919

@@ -99,6 +99,7 @@ export interface AppwriteOperations extends Operations<AppwriteOutputFormats> {
9999
/**
100100
* Set the output image format.
101101
* If not provided, will use the original image's format.
102+
* Acceptable values include: "jpeg", "jpg", "png", "webp", "avif", "gif"
102103
*/
103104
output?: AppwriteOutputFormats;
104105
}

0 commit comments

Comments
 (0)