mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-18 00:44:56 +08:00
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
export type EHImageLimit = {
|
|
current: number;
|
|
max: number;
|
|
};
|