remove the type not wanted in pdfLayout config (#21639)

(cherry picked from commit 0fb88ea0ce9340c0f4c086f0bfe3809fd00dfe3c)
This commit is contained in:
Ashish Gupta 2025-06-09 14:58:45 +05:30 committed by OpenMetadata Release Bot
parent 536ac91e2a
commit 0ff168612e

View File

@ -30,7 +30,6 @@ export type CSVExportJob = {
CSVExportResponse;
export interface PDFLayoutConfig {
imagesPerPage: number;
layoutType: 'grid' | 'vertical' | 'horizontal';
imageSpacing: number;
pageOrientation: 'portrait' | 'landscape';