diff --git a/src/types.ts b/src/types.ts index 3e71a93..c7edfeb 100644 --- a/src/types.ts +++ b/src/types.ts @@ -16,4 +16,4 @@ export type FinancingProductType = { productType: 'standard' | 'refill' | 'none'; }; -export type FinancingPromotionLayoutType = 'full' | 'banner'; \ No newline at end of file +export type FinancingPromotionLayoutType = 'full' | 'banner';