mirror of
https://github.com/wgh136/nysoure.git
synced 2025-12-16 15:51:14 +00:00
Add file size and redirect status to file model
This commit is contained in:
@@ -82,6 +82,9 @@ export interface RFile {
|
||||
id: string;
|
||||
filename: string;
|
||||
description: string;
|
||||
size: number;
|
||||
is_redirect: boolean;
|
||||
user_id: number;
|
||||
}
|
||||
|
||||
export interface UploadingFile {
|
||||
|
||||
Reference in New Issue
Block a user