diff --git a/src/types/DeleteImageParams.ts b/src/types/DeleteImageParams.ts index c0df70e..626a45a 100644 --- a/src/types/DeleteImageParams.ts +++ b/src/types/DeleteImageParams.ts @@ -1,3 +1,3 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. -export type DeleteImageParams = { file: string; token: string }; +export type DeleteImageParams = { filename: string; token: string };