UNPKG

box-node-sdk

Version:

Official SDK for Box Platform APIs

13 lines 708 B
import { SerializedData } from '../../serialization/json.js'; export interface AutomateWorkflowStartRequestV2026R0 { /** * The callable action ID used to trigger the selected workflow. */ readonly workflowActionId: string; /** * The files to process with the selected workflow. */ readonly fileIds: readonly string[]; readonly rawData?: SerializedData; } export declare function serializeAutomateWorkflowStartRequestV2026R0(val: AutomateWorkflowStartRequestV2026R0): SerializedData; export declare function deserializeAutomateWorkflowStartRequestV2026R0(val: SerializedData): AutomateWorkflowStartRequestV2026R0; //# sourceMappingURL=automateWorkflowStartRequestV2026R0.d.ts.map