@etothepii/satisfactory-file-parser
    Preparing search index...

    Type Alias InterfaceProperty

    InterfaceProperty: AbstractBaseProperty & {
        propertyTagType: {
            children: FPropertyTagNode[];
            name: "InterfaceProperty";
        };
        type: "InterfaceProperty";
        value: ObjectReference;
    }