diff --git a/apps/cow-fi/components/AddRpcButton/index.tsx b/apps/cow-fi/components/AddRpcButton/index.tsx index b277bfe854..713582eb0a 100644 --- a/apps/cow-fi/components/AddRpcButton/index.tsx +++ b/apps/cow-fi/components/AddRpcButton/index.tsx @@ -9,6 +9,7 @@ import { Link, LinkType } from '@/components/Link' export type AddToWalletStateValues = 'unknown' | 'adding' | 'added' | 'error' | 'takingTooLong' | 'connecting' + export interface AddToWalletState { state: AddToWalletStateValues errorMessage?: string