ToastBarPayload: {
    id: string;
    message: string | Error;
    position?: "top-start" | "top-end" | "bottom-start" | "bottom-end";
    time: number;
    title?: string;
    type?: "success" | "info" | "error";
}

Type declaration

  • id: string
  • message: string | Error
  • Optionalposition?: "top-start" | "top-end" | "bottom-start" | "bottom-end"
  • time: number
  • Optionaltitle?: string
  • Optionaltype?: "success" | "info" | "error"