Add last_tested_version field to FlowType

This commit is contained in:
anovazzi1 2024-01-23 18:42:35 -03:00
commit fccbbc8b1d

View file

@ -8,6 +8,7 @@ export type FlowType = {
description: string;
style?: FlowStyleType;
is_component?: boolean;
last_tested_version?: string;
};
export type NodeType = {