remove overrides (#22575)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user