export interface SdkTestResponse { success: boolean } export interface CreatePaymentResponse { formToken: string }