```jsx const notification = { title, message: info, type: "default", insert: "top", container: "top-right", animationIn: ["animated", "fadeIn"], animationOut: ["animated", "fadeOut"], timingFunction: "ease-out", dismiss: { duration: 3000, onScreen: true } }; store.addNotification(notification); ```