Type Alias ToastCustomUndoContent

ToastCustomUndoContent: ((data: {
    message: string;
    onUndo: (() => void);
    toast: Toast;
    type: UndoTypes;
}) => React.JSX.Element)