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