mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
feat(base): add export base csv dto
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { IsUUID } from 'class-validator';
|
||||
|
||||
export class ExportBaseCsvDto {
|
||||
@IsUUID()
|
||||
baseId: string;
|
||||
}
|
||||
Reference in New Issue
Block a user