Skip to content

Commit

Permalink
fix(appwrite): export and document format types
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Kane <m@mk.gg>
  • Loading branch information
adityaoberai and ascorbic authored Feb 4, 2025
1 parent 9c114c3 commit e0cb492
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/providers/appwrite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
toUrl,
} from "../utils.ts";

type AppwriteOutputFormats =
export type AppwriteOutputFormats =
| ImageFormat
| "gif";

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

0 comments on commit e0cb492

Please sign in to comment.