export enum KlarnaEnvironment {
  Playground = 'playground',
  Production = 'production',
}
