Type Alias CustomIntegrationProviderLiveModeConnectDetails
CustomIntegrationProviderLiveModeConnectDetails: {
live: { apiKey: string; publishableKey: string; liveMode?: boolean };
test: { apiKey: string; publishableKey: string; liveMode?: boolean };
}
Type declaration
live: { apiKey: string; publishableKey: string; liveMode?: boolean }
test: { apiKey: string; publishableKey: string; liveMode?: boolean }