import { MethodType } from '../../codegen/model/methodType'; import { LANGUAGE } from './constants'; export interface VersionServiceInterface { logoClass: string; methods: MethodType[]; footerText: string; pageTitle: string; langs?: LANGUAGE[]; hasCurrencyMethodSelector?: boolean; supportEmail: string; invokePaymentChangesByField?: string[]; }