Ⓙ Jike SDK
    Preparing search index...

    Interface Target

    interface Target {
        collected: boolean;
        commentCount: number;
        content: string;
        createdAt: string;
        id: string;
        likeCount: number;
        liked: boolean;
        pictures: Picture[];
        repostCount: number;
        rootType: string;
        shareCount: number;
        status: string;
        syncCommentId: string;
        type: string;
        urlsInText: UrlsInText[];
        user: User;
    }
    Index

    Properties

    collected: boolean
    commentCount: number
    content: string
    createdAt: string
    id: string
    likeCount: number
    liked: boolean
    pictures: Picture[]
    repostCount: number
    rootType: string
    shareCount: number
    status: string
    syncCommentId: string
    type: string
    urlsInText: UrlsInText[]
    user: User