Skip to content

Commit

Permalink
add schematic error to any soup element
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed May 10, 2024
1 parent ae30a7f commit 695a475
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/any_soup_element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const any_soup_element = z.union([
sch.schematic_port,
sch.schematic_trace,
sch.schematic_path,
sch.schematic_error,
])

export type AnySoupElement = z.infer<typeof any_soup_element>
Expand Down

0 comments on commit 695a475

Please sign in to comment.