Add is_component property to FlowType
This commit is contained in:
parent
8c35df3808
commit
cb6636486c
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ export type FlowType = {
|
|||
data: ReactFlowJsonObject | null;
|
||||
description: string;
|
||||
style?: FlowStyleType;
|
||||
is_component?: boolean;
|
||||
};
|
||||
|
||||
export type NodeType = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue