Skip to main content

UplcSourceMapJsonSafe

export type UplcSourceMapJsonSafe = {
  indices: string
  sourceNames: string[]
  termDescriptions?: string
  variableNames?: string
}