Type Alias DucPdfElement

DucPdfElement: _DucElementBase & {
    fileId: ExternalFileId | null;
    gridConfig: DocumentGridConfig;
    type: "pdf";
}

Type declaration