mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-09-04 12:58:58 +00:00
add autogenerated ID to route and processors
This commit is contained in:
@@ -22,11 +22,13 @@ export type ModuleConfig = {
|
||||
};
|
||||
|
||||
export type RouteConfig = {
|
||||
id: string;
|
||||
input?: string;
|
||||
processors?: ProcessorConfig[];
|
||||
};
|
||||
|
||||
export type ProcessorConfig = {
|
||||
id: string;
|
||||
type: string;
|
||||
params?: Record<string, any>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user