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

    Type Alias BytePropertyValue

    type BytePropertyValue = {
        type?: string;
        value: number | string;
    }
    Index

    Properties

    Properties

    type?: string
    value: number | string