mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Add /api/files/[token]
This commit is contained in:
8
server/files.ts
Normal file
8
server/files.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type EhFileBasic = {
|
||||
id: number;
|
||||
width: number;
|
||||
height: number;
|
||||
is_original: boolean;
|
||||
};
|
||||
|
||||
export type EhFiles = Record<string, EhFileBasic[]>;
|
||||
Reference in New Issue
Block a user