1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-08 23:46:14 +01:00
fab-manager/app/frontend/src/javascript/models/payzen.ts

8 lines
120 B
TypeScript
Raw Normal View History

2021-04-09 17:17:58 +02:00
export interface SdkTestResponse {
success: boolean
}
export interface CreatePaymentResponse {
formToken: string
}