feat: implement DetailDialog component for PDF viewing and downloading; refactor API calls to use environment variables
This commit is contained in:
14
src/types/RefRow.ts
Normal file
14
src/types/RefRow.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export type RefRow = {
|
||||
fine_tuning_referencias_id: string
|
||||
titulo_archivo: string | null
|
||||
descripcion: string | null
|
||||
s3_file_path: string | null // Added this property to match the API requirements.
|
||||
tipo_contenido: string | null
|
||||
fecha_subida: string | null
|
||||
procesado: boolean | null
|
||||
tags: string[] | null
|
||||
fuente_autoridad: string | null
|
||||
interno: boolean | null
|
||||
instrucciones: string
|
||||
created_by: string | null
|
||||
}
|
||||
Reference in New Issue
Block a user