WorkflowStepProps: {
    actions?: WorkflowStepAction[];
    annotations?: string[];
    description?: string;
    id: string;
    name: string;
    permissions?: WorkflowStepPermission[];
}

Type declaration