feat: support multi

This commit is contained in:
Joel
2024-12-06 15:22:15 +08:00
parent 07f0140d10
commit 570bf75698
4 changed files with 56 additions and 29 deletions

View File

@ -620,11 +620,13 @@ export type UpdateDocumentParams = {
documentId: string
}
export enum BatchActionType {
// Used in api url
export enum DocumentActionType {
enable = 'enable',
disable = 'disable',
archive = 'archive',
unArchive = 'un_archive',
delete = 'delete',
}
export type UpdateDocumentBatchParams = {