lemmy-js-client/src/types/ImageProxyParams.ts

8 lines
204 B
TypeScript
Raw Normal View History

2024-12-13 11:47:46 +00:00
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type ImageProxyParams = {
url: string;
2024-12-13 14:37:28 +00:00
file_type?: string;
max_size?: number;
2024-12-13 11:47:46 +00:00
};