feat: add optional type and url fields

This commit is contained in:
Rohit Rajan
2025-11-20 13:25:43 +05:30
parent b19e02f137
commit 05d2d1b7fe
5 changed files with 7 additions and 12 deletions

View File

@@ -9,6 +9,8 @@ interface RobotMeta {
pairs: number;
updatedAt: string;
params: any[];
type?: 'traditional' | 'markdown';
url?: string;
}
interface RobotWorkflow {