remove overrides (#22575)

This commit is contained in:
Asuka Minato
2025-07-17 22:47:48 +09:00
committed by GitHub
parent a4ef900916
commit 2423f97c72
8 changed files with 2513 additions and 3405 deletions

View File

@@ -7,8 +7,8 @@ import useTimestamp from '@/hooks/use-timestamp'
export type inputType = 'input' | 'select' | 'textarea'
export type metadataType = DocType | 'originInfo' | 'technicalParameters'
type MetadataMap =
Record<
type MetadataMap
= Record<
metadataType,
{
text: string