Preparing search index...
    type MetaRelationInfo = {
        customProperties: Universe.Platform.CustomProperty.CustomProperty[];
        displayName: string;
        fromAssetType: string;
        fromAssetTypeDisplayName: string;
        toAssetType: string;
        toAssetTypeDisplayName: string;
        type: {
            direction?: DIRECTION_COUNT;
            inwardDisplayName?: string;
            name: string;
            outwardDisplayName?: string;
        };
    }
    Index

    Properties

    displayName: string
    fromAssetType: string
    fromAssetTypeDisplayName: string
    toAssetType: string
    toAssetTypeDisplayName: string
    type: {
        direction?: DIRECTION_COUNT;
        inwardDisplayName?: string;
        name: string;
        outwardDisplayName?: string;
    }