mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-11 08:23:40 +00:00
remove the type not wanted in pdfLayout config (#21639)
(cherry picked from commit 0fb88ea0ce9340c0f4c086f0bfe3809fd00dfe3c)
This commit is contained in:
parent
536ac91e2a
commit
0ff168612e
@ -30,7 +30,6 @@ export type CSVExportJob = {
|
|||||||
CSVExportResponse;
|
CSVExportResponse;
|
||||||
|
|
||||||
export interface PDFLayoutConfig {
|
export interface PDFLayoutConfig {
|
||||||
imagesPerPage: number;
|
|
||||||
layoutType: 'grid' | 'vertical' | 'horizontal';
|
layoutType: 'grid' | 'vertical' | 'horizontal';
|
||||||
imageSpacing: number;
|
imageSpacing: number;
|
||||||
pageOrientation: 'portrait' | 'landscape';
|
pageOrientation: 'portrait' | 'landscape';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user