mirror of
https://github.com/fumiama/paper-manager.git
synced 2026-06-16 23:30:25 +08:00
add filelist
This commit is contained in:
13
frontend/vben/src/api/page/model/fileListModel.ts
Normal file
13
frontend/vben/src/api/page/model/fileListModel.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export interface FileListGroupItem {
|
||||
title: string
|
||||
icon: string
|
||||
color: string
|
||||
desc: string
|
||||
date: string
|
||||
group: string
|
||||
}
|
||||
|
||||
/**
|
||||
* @description: Get filelist return value
|
||||
*/
|
||||
export type getFileListModel = FileListGroupItem[]
|
||||
Reference in New Issue
Block a user