Type Alias WorkflowStatus

WorkflowStatus: {
    duration_ms?: number;
    name?: string;
    scheduled_for?: string;
    started_at?: string;
}