stringReplacement = object
Defined in: src/modules/types.ts:484
Represents a string replacement in an instruction set
Properties
instructionSetIndex
instructionSetIndex: number
Defined in: src/modules/types.ts:486
Index in the instruction set
originalData
originalData: string
Defined in: src/modules/types.ts:488
Original data to replace
type
type: number
Defined in: src/modules/types.ts:489