Skip to content

Commit

Permalink
add source net ids to source_trace
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed May 10, 2024
1 parent 64001c0 commit 5068d9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/source/source_trace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const source_trace = z.object({
type: z.literal("source_trace"),
source_trace_id: z.string(),
connected_source_port_ids: z.array(z.string()),
connected_source_net_ids: z.array(z.string()),
})

export type SourceTrace = z.infer<typeof source_trace>

0 comments on commit 5068d9d

Please sign in to comment.