@evefrontier/dapp-kit - v0.1.9
    Preparing search index...

    Interface NotifyOther

    interface NotifyOther {
        type: Error | Warning | Info;
        message?: string;
    }
    Index

    Properties

    Properties

    type: Error | Warning | Info
    message?: string