@molroo-ai/sdk
    Preparing search index...

    Interface RelationshipInput

    interface RelationshipInput {
        strength?: number;
        trust?: number;
        type: string;
    }
    Index

    Properties

    Properties

    strength?: number
    trust?: number
    type: string