fix: inputs types

This commit is contained in:
BennyKok
2024-01-18 22:48:06 +08:00
parent 814c93e481
commit 8bc6655073
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export const createRun = withServerPromise(
origin: string;
workflow_version_id: string | WorkflowVersionType;
machine_id: string | MachineType;
inputs?: Record<string, string>;
inputs?: Record<string, string | number>;
isManualRun?: boolean;
apiUser?: APIKeyUserType;
}) => {