remove legacy pdf path
This commit is contained in:
parent
28f4114def
commit
b280475314
6 changed files with 2 additions and 65 deletions
|
|
@ -12,7 +12,6 @@ export interface Element extends ChildElement {
|
|||
richText: string
|
||||
shortPdfPath: string | null
|
||||
longPdfPath: string | null
|
||||
pdfPath: string | null
|
||||
youtubeUrl: string | null
|
||||
}
|
||||
|
||||
|
|
@ -41,7 +40,6 @@ interface ElementPatchInput {
|
|||
richText?: string
|
||||
shortPdfPath?: string
|
||||
longPdfPath?: string
|
||||
pdfPath?: string
|
||||
youtubeUrl?: string
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue