Member Junction
    Preparing search index...

    A relationship descriptor passed to the AI prompt

    interface RelationshipDescriptor {
        Fields: string[];
        ForeignKeyField: string;
        Name: string;
        RelatedEntity: string;
    }
    Index

    Properties

    Fields: string[]
    ForeignKeyField: string
    Name: string
    RelatedEntity: string