mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Add TypeScript type annotations to Vite config and dedupe Mantine dependencies
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user