Interface INotificationAction

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

    Properties

    Properties

    type: string

    Generated using TypeDoc and TypeDoc Airthium Plugin