Type Alias WorkflowsChangelogEntryProps

WorkflowsChangelogEntryProps: {
    entity: Link<"Entry">;
    event: string;
    eventAt: string;
    eventBy: SysLink;
    stepAnnotations: string[];
    stepId: string;
    stepName: string;
    workflow: VersionedLink<"Workflow">;
    workflowDefinition: Link<"WorkflowDefinition">;
}