added in new crud apis made
This commit is contained in:
@@ -30,11 +30,11 @@ interface Role {
|
||||
interface Route {
|
||||
id: string;
|
||||
name: string;
|
||||
url: string;
|
||||
method: string;
|
||||
url: string;
|
||||
flowData?: {
|
||||
nodes: Node[];
|
||||
edges: Edge[];
|
||||
nodes: any[];
|
||||
edges: any[];
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user