export interface FlowProps { current: number; direction: string; } export interface FlowItemProps { title: string; status: string; number: number; }