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

    Interface Notify

    interface Notify {
        type: Severity;
        message: string;
        name?: string;
        namespace?: string;
        namespaceLabel?: string;
    }
    Index

    Properties

    type: Severity
    message: string
    name?: string
    namespace?: string
    namespaceLabel?: string