enum ToastDuration {

    SHORT = 2000,
    MEDIUM = 3000,
    LONG = 4000,
  }

  export default ToastDuration;