import { Tariff } from '../entities/Quote'; export interface SuccessState { onboarded: boolean; customerId?: string; forwardUrl?: string; tariff: Tariff; salesReference: string; }