mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-08 23:46:14 +01:00
8 lines
120 B
TypeScript
8 lines
120 B
TypeScript
|
export interface SdkTestResponse {
|
||
|
success: boolean
|
||
|
}
|
||
|
|
||
|
export interface CreatePaymentResponse {
|
||
|
formToken: string
|
||
|
}
|