File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 * SPDX-License-Identifier: AGPL-3.0-or-later
44 */
55
6- import type { SignerDetailRecord , SignerSummaryRecord , VisibleElementRecord } from '../../types/index '
6+ import type { PDFElementObject } from '@libresign/pdf-elements '
77
8- type PdfElementObject = {
9- id ?: string
10- type ?: string
11- x : number
12- y : number
13- width : number
14- height : number
15- [ key : string ] : unknown
16- }
8+ import type { SignerDetailRecord , SignerSummaryRecord , VisibleElementRecord } from '../../types/index'
179
1810export type PdfObjectLocation = {
1911 docIndex : number
@@ -190,7 +182,7 @@ export function createPdfEditorObject({
190182 documentIndex ?: number
191183 placement : PdfPlacement
192184 objectId ?: string
193- } ) : PdfElementObject & {
185+ } ) : PDFElementObject & {
194186 id : string
195187 signer : SignerSummaryRecord | SignerDetailRecord
196188 visibleElement ?: VisibleElementRecord
You can’t perform that action at this time.
0 commit comments