mirror of
https://github.com/fumiama/paper-manager.git
synced 2026-06-17 07:40:23 +08:00
finish filelist progress
This commit is contained in:
@@ -1,13 +1,19 @@
|
||||
export interface FileListGroupItem {
|
||||
id: number
|
||||
title: string
|
||||
icon: string
|
||||
color: string
|
||||
desc: string
|
||||
date: string
|
||||
group: string
|
||||
description: string
|
||||
size: number
|
||||
questions: number
|
||||
author: string
|
||||
datetime: string
|
||||
percent: number
|
||||
}
|
||||
|
||||
/**
|
||||
* @description: Get filelist return value
|
||||
*/
|
||||
export type getFileListModel = FileListGroupItem[]
|
||||
|
||||
export interface FilePercent {
|
||||
percent: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user