Member Junction
    Preparing search index...

    Represents a reverse dependency relationship (which records depend on a given record)

    interface ReverseDependency {
        dependentId: string;
        entityName: string;
        fieldName: string;
        filePath: string;
        recordId: string;
    }
    Index

    Properties

    dependentId: string
    entityName: string
    fieldName: string
    filePath: string
    recordId: string