import { ArgsProps } from "antd/lib/notification"; export type SuccessErrorNotification = { successNotification?: ArgsProps | false; errorNotification?: ArgsProps | false; };