Add TypeScript type annotations to Vite config and dedupe Mantine dependencies

This commit is contained in:
marshal
2026-06-16 23:26:03 +03:00
parent 9329e6ca57
commit 6d8eb65a36
2 changed files with 24 additions and 7 deletions

View File

@@ -137,7 +137,7 @@ export interface ConfirmPaymentRequest {
}
/** Response of `POST /payments/initiate` and shape of intent lookups. */
export interface PaymentIntentSnapshot {
export type PaymentIntentSnapshot ={
intentId: string;
service: PaymentService;
referenceType: PaymentReferenceType;