Ⓙ Jike SDK
    Preparing search index...

    Interface ReferenceItem

    interface ReferenceItem {
        content: string;
        id: string;
        referenceImageUrl?: string;
        status: string;
        targetId: string;
        targetType: string;
        type: string;
    }
    Index

    Properties

    content: string
    id: string
    referenceImageUrl?: string

    引用图片地址

    status: string
    targetId: string
    targetType: string
    type: string