Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 339 Bytes

File metadata and controls

17 lines (11 loc) · 339 Bytes

GetWorkflowExecutionLogsOrder

First-page sort order: 'asc' (oldest first) or 'desc'. Ignored when cursor is set.

Example Usage

import { GetWorkflowExecutionLogsOrder } from "@mistralai/mistralai/models/operations";

let value: GetWorkflowExecutionLogsOrder = "desc";

Values

"asc" | "desc"