import { InjectionToken } from '@angular/core';

export const PUBLIC_KEY_TOKEN = new InjectionToken<string>('checkout.publicKey');