wallet-core/packages/taler-harness/src/sandcastle-config.ts

11 lines
193 B
TypeScript
Raw Normal View History

// Work in progress.
// TS-based schema for the sandcastle configuration.
export interface SandcastleConfig {
currency: string;
merchant: {
apiKey: string;
baseUrl: string;
};
}