OneSDK
    Preparing search index...
    interface Reaction {
        key: string;
        src?: string;
        value: number;
    }
    Index

    Properties

    Properties

    key: string
    src?: string
    value: number