Skip to content

Commit

Permalink
refactor(core): update PlanTree with mandatory root
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Nov 30, 2024
1 parent 0f51201 commit b492e1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { PlanServiceNode } from './PlanServiceNode';

export interface PlanTree {
readonly root: PlanServiceNode | undefined;
readonly root: PlanServiceNode;
}

0 comments on commit b492e1c

Please sign in to comment.