export type PaymentLayout = 'tab' | 'accordion'; export interface PaymentSheetConfiguration { layout: PaymentLayout; }