Type Alias BasicInstructionErrorContext<T>

BasicInstructionErrorContext: Readonly<{ [P in T]: { index: number } }>

Type Parameters