OneSDK
    Preparing search index...
    interface Follow {
        _id: string;
        createdAt: string;
        createdAtTimestamp: number;
        from: string;
        hash: string;
        isTest: boolean;
        message: string;
        name: string;
        payload: FollowPayload;
        platform: string;
        priority: number;
        read: boolean;
        repeat: boolean;
        to: string;
        type: "follor";
    }
    Index

    Properties

    _id: string
    createdAt: string
    createdAtTimestamp: number
    from: string
    hash: string
    isTest: boolean
    message: string
    name: string
    payload: FollowPayload
    platform: string
    priority: number
    read: boolean
    repeat: boolean
    to: string
    type: "follor"