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

    Type Alias StructProperty

    StructProperty: AbstractBaseProperty & {
        subtype: string;
        type: "StructProperty";
        value: GENERIC_STRUCT_PROPERTY_VALUE;
    }