Skip to main content

UplcSourceMapProps

export type UplcSourceMapProps = {
  indices: number[]
  sourceNames: string[]
  termDescriptions??: [number, string][]
  variableNames??: [number, string][]
}