export interface AdvanceState {
  actionSpan: number;
  hideAdvanceBtn: boolean;
  isAdvanced: boolean;
  isLoad: boolean;
}
