Tanatloc documentation
    Preparing search index...

    Interface INotificationAction

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

    Properties

    Properties

    type: string