mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
code: types,hpp,dbal (1 files)
This commit is contained in:
@@ -121,6 +121,17 @@ struct UpdateComponentHierarchyInput {
|
||||
std::optional<Json> props;
|
||||
};
|
||||
|
||||
struct ComponentOrderUpdate {
|
||||
std::string id;
|
||||
int order = 0;
|
||||
};
|
||||
|
||||
struct MoveComponentInput {
|
||||
std::string id;
|
||||
std::string new_parent_id;
|
||||
int order = 0;
|
||||
};
|
||||
|
||||
struct Workflow {
|
||||
std::string id;
|
||||
std::string name;
|
||||
|
||||
Reference in New Issue
Block a user