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