feat: IoD search process HTML/PDF content
This commit is contained in:
7
src/types/iod.ts
Normal file
7
src/types/iod.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export type IodRegistryEntry = {
|
||||
doId: string
|
||||
name: string
|
||||
url?: string
|
||||
pdf_url?: string
|
||||
description: string
|
||||
}
|
||||
Reference in New Issue
Block a user