@audiotool/nexus - v0.0.12
    Preparing search index...

    Type Alias ObjectDetails

    If the path points to an object, this is returned.

    type ObjectDetails = {
        fieldName: string;
        targetTypes: TargetTypeValue[];
        type: "object";
    }
    Index

    Properties

    fieldName: string

    the field name

    targetTypes: TargetTypeValue[]

    target types of this object.

    type: "object"