This commit is contained in:
Felix Ableitner 2024-12-13 13:01:28 +01:00
parent f53636efb9
commit b68dd9df8c

View file

@ -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 };