Skip to content

Commit

Permalink
🐛 fix: ts type
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangchu committed Sep 18, 2023
1 parent 1fa5cf8 commit f09951c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProFlow/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export enum NodeSelect {
DEFAULT = 'DEFAULT',
}
export interface ProFlowNode {
id?: string;
id: string;
group?: boolean;
select?: NodeSelect;
data: ProFlowNodeData | ProFlowNode[];
Expand Down

0 comments on commit f09951c

Please sign in to comment.