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

    Interface WorldRelationship

    interface WorldRelationship {
        strength: number;
        trust: number;
        type: string;
    }
    Index

    Properties

    Properties

    strength: number
    trust: number
    type: string