fix lint type error

This commit is contained in:
duanfuxiang
2025-04-24 20:41:32 +08:00
parent 0178a9b024
commit a722e2ca40
9 changed files with 166 additions and 138 deletions

View File

@@ -17,8 +17,8 @@ export interface QuickCommand {
name: string
content: TemplateContent
contentText: string
createdAt: Date | undefined
updatedAt: Date | undefined
createdAt: number
updatedAt: number
}
const CommandsView = (