Interface ColumnarWorkflowOrderByExperimental

interface ColumnarWorkflowOrderBy {
    direction: "asc" | "desc";
    field: string;
}

Properties

Properties

direction: "asc" | "desc"
field: string