export interface FasPaymentConfig { apiUrl: string; contentConfigUrl: string; mainColor?: string; useLocalstorage?: boolean; checkIsLogged?: boolean; }