mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +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