export default interface DealTrackingState { stateType: string; stateKey: string; stateValue: any; }