mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-04-07 21:35:08 +08:00
Initial commit for open-source version
This commit is contained in:
13
backend/src/types/cloud115.ts
Normal file
13
backend/src/types/cloud115.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export interface ShareInfo {
|
||||
fileId: string;
|
||||
fileName: string;
|
||||
fileSize: number;
|
||||
}
|
||||
|
||||
export interface ShareInfoResponse {
|
||||
success: boolean;
|
||||
data?: {
|
||||
list: ShareInfo[];
|
||||
};
|
||||
error?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user