interface INotificationAction {
    type: string;
    value: ISuccessItem | IErrorItem;
}

Properties

Properties

type: string