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

    Interface ContentsJsonOnly

    Contents with only json (optional payload).

    interface ContentsJsonOnly {
        json: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    json: Record<string, unknown>