diff --git a/front/src/lib/types.ts b/front/src/lib/types.ts index e79d2d9..85084f6 100644 --- a/front/src/lib/types.ts +++ b/front/src/lib/types.ts @@ -34,7 +34,7 @@ export type Checkout = { line2?: string; town: string; postcode: string; - } + }; }; export type JSONResponse = {