Add is_component property to FlowType

This commit is contained in:
anovazzi1 2024-01-23 15:09:22 -03:00
commit cb6636486c

View file

@ -7,6 +7,7 @@ export type FlowType = {
data: ReactFlowJsonObject | null;
description: string;
style?: FlowStyleType;
is_component?: boolean;
};
export type NodeType = {