mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 19:18:05 +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;
|
||||
|
||||
export interface PDFLayoutConfig {
|
||||
imagesPerPage: number;
|
||||
layoutType: 'grid' | 'vertical' | 'horizontal';
|
||||
imageSpacing: number;
|
||||
pageOrientation: 'portrait' | 'landscape';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user